This commit is contained in:
Balena CI 2020-03-30 16:43:29 +03:00
parent bc15ad6e05
commit 7b8e86372b
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Convert command `note` to oclif Add oclif support for piped input
hash: fcad35402aa7cfc43ea16f6c0e620fe7281a318f
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
- subject: Convert command `settings` to oclif
hash: 49b00e18aefee6759093e116b0b756dbcd3b25c9
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.30.7
date: 2020-03-30T12:51:43.858Z
- commits:
- subject: Clarify `balena device os-update` help re balenaCloud
hash: e5d2661c9693520c4231eb585f29126fa280d869

View File

@ -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/).
## 11.30.7 - 2020-03-30
* Convert command `note` to oclif Add oclif support for piped input [Scott Lowe]
* Convert command `settings` to oclif [Scott Lowe]
## 11.30.6 - 2020-03-26
* Clarify `balena device os-update` help re balenaCloud [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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