mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v11.30.7
This commit is contained in:
parent
bc15ad6e05
commit
7b8e86372b
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.6",
|
||||
"version": "11.30.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user