This commit is contained in:
Balena CI 2021-11-30 00:12:46 +02:00 committed by VersionBot
parent 41a2dbe60c
commit e431a59af7
4 changed files with 20 additions and 3 deletions

View File

@ -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

View File

@ -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
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.54.5",
"version": "12.55.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"
}
}