mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v19.0.19
This commit is contained in:
parent
deb7de8951
commit
057b37ae38
@ -1,3 +1,23 @@
|
||||
- commits:
|
||||
- subject: Deduplicate dependencies
|
||||
hash: 55dbe42e84ebb14dac9c1da189594e345f69d7cd
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
- subject: Fix update notification release notes link
|
||||
hash: 3e8bc57fdba35f7cbd4e357c5b8f0395c7bb0eef
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 19.0.19
|
||||
title: ""
|
||||
date: 2024-10-11T11:18:22.541Z
|
||||
- commits:
|
||||
- subject: "Contributing: No longer request separate folders for plural commands"
|
||||
hash: 276d61cf6c3dfac44796736ff4570f2aeaec971e
|
||||
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 19.0.19 - 2024-10-11
|
||||
|
||||
* Deduplicate dependencies [myarmolinsky]
|
||||
* Fix update notification release notes link [myarmolinsky]
|
||||
|
||||
## 19.0.18 - 2024-10-08
|
||||
|
||||
* Contributing: No longer request separate folders for plural commands [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.0.18",
|
||||
"version": "19.0.19",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.0.18",
|
||||
"version": "19.0.19",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.0.18",
|
||||
"version": "19.0.19",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -274,6 +274,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-10-08T15:25:04.606Z"
|
||||
"publishedAt": "2024-10-11T11:18:23.384Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user