mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.44.24
This commit is contained in:
parent
427b0d9b41
commit
1ec8d9a4ca
@ -1,3 +1,22 @@
|
||||
- commits:
|
||||
- subject: Update 'devDependencies' in package.json
|
||||
hash: cfd790a193b205c7caf1e6c2c066ae9fbbf55788
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'config write: Fix parsing of ''key'' argument with numeric components'
|
||||
hash: 36f4c1312b65f3b2169357f82eed891cac71c2ef
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.44.24
|
||||
date: 2021-07-09T20:37:53.872Z
|
||||
- commits:
|
||||
- subject: Delete CODEOWNERS
|
||||
hash: 2986e6cea3ab245c5546cc3da2c7c22fcf193e60
|
||||
|
@ -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/).
|
||||
|
||||
## 12.44.24 - 2021-07-09
|
||||
|
||||
* Update 'devDependencies' in package.json [Paulo Castro]
|
||||
* config write: Fix parsing of 'key' argument with numeric components [Paulo Castro]
|
||||
|
||||
## 12.44.23 - 2021-06-30
|
||||
|
||||
* Delete CODEOWNERS [dfunckt]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.23",
|
||||
"version": "12.44.24",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.23",
|
||||
"version": "12.44.24",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -284,5 +284,8 @@
|
||||
"optionalDependencies": {
|
||||
"net-keepalive": "^2.0.3",
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-07-09T20:37:54.102Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user