This commit is contained in:
Balena CI 2020-04-15 19:46:53 +03:00
parent 01d05fb148
commit cc1ba3d84e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'improve input validation for `key`, `key rm`'
hash: cff9e50a224652792a18d931e8b8d35cc32073a1
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#1728'
resolves: '#1728'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.31.1
date: 2020-04-15T15:12:10.007Z
- commits:
- subject: 'device os-update: allow host OS upgrade with development balenaOS images'
hash: 320b4864d97c7fea234bc25ec755e2e5013b2a18

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/).
## 11.31.1 - 2020-04-15
* improve input validation for `key`, `key rm` [Scott Lowe]
## 11.31.0 - 2020-04-15
* device os-update: allow host OS upgrade with development balenaOS images [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.31.0",
"version": "11.31.1",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",