mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.55.0
This commit is contained in:
parent
41a2dbe60c
commit
e431a59af7
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: Add provisioning key name option to config generate options
|
||||
hash: 6ba67eefdbb47e1aa901be022b497e028260ac0b
|
||||
body: ''
|
||||
footer:
|
||||
Change-Type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Nitish Agarwal 1592163+nitishagar@users.noreply.github.com
|
||||
signed-off-by: Nitish Agarwal 1592163+nitishagar@users.noreply.github.com
|
||||
author: Nitish Agarwal
|
||||
nested: []
|
||||
version: 12.55.0
|
||||
date: 2021-11-29T10:48:16.077Z
|
||||
- commits:
|
||||
- subject: 'os configure, local configure: Reuse disk partition scanning logic'
|
||||
hash: fcea91bfb6cbcc32117d7242460f1e58476339ac
|
||||
|
@ -4,6 +4,10 @@ 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.55.0 - 2021-11-29
|
||||
|
||||
* Add provisioning key name option to config generate options [Nitish Agarwal]
|
||||
|
||||
## 12.54.5 - 2021-11-27
|
||||
|
||||
* os configure, local configure: Reuse disk partition scanning logic [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.54.5",
|
||||
"version": "12.55.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.54.5",
|
||||
"version": "12.55.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -289,6 +289,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-11-27T01:19:18.789Z"
|
||||
"publishedAt": "2021-11-29T10:48:16.348Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user