mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 03:44:13 +00:00
v11.31.1
This commit is contained in:
parent
01d05fb148
commit
cc1ba3d84e
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.0",
|
||||
"version": "11.31.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user