mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +00:00
v11.18.0
This commit is contained in:
parent
0bc1e7057f
commit
e379900526
@ -1,3 +1,28 @@
|
||||
- commits:
|
||||
- subject: 'Fix ''os configure --config'', and migrate it to oclif + TypeScript'
|
||||
hash: d94a74dfee615a07a0c1951d762d910dfbb9721e
|
||||
body: |
|
||||
Also add more non-interactive configuration options:
|
||||
--config-network, --config-wifi-*, --config-app-update-poll-interval
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
author: Paulo Castro
|
||||
- subject: >-
|
||||
Error handling: add ExpectedError type as alternative to
|
||||
exitWithExpectedError()
|
||||
hash: a25a52c21b177e2da3cfd167de936cf8e0f17cbe
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
author: Paulo Castro
|
||||
version: 11.18.0
|
||||
date: 2019-11-12T21:11:46.998Z
|
||||
- commits:
|
||||
- subject: Improve command usage format consistency in 'balena help' output
|
||||
hash: b69ba0b6170368d1178a94d8fdbc6e02c3ff8a87
|
||||
|
@ -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.18.0 - 2019-11-12
|
||||
|
||||
* Fix 'os configure --config', and migrate it to oclif + TypeScript [Paulo Castro]
|
||||
* Error handling: add ExpectedError type as alternative to exitWithExpectedError() [Paulo Castro]
|
||||
|
||||
## 11.17.5 - 2019-11-10
|
||||
|
||||
* Improve command usage format consistency in 'balena help' output [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.17.5",
|
||||
"version": "11.18.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.17.5",
|
||||
"version": "11.18.0",
|
||||
"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