This commit is contained in:
Balena CI 2020-09-07 16:31:25 +03:00 committed by VersionBot
parent 46b9c586a6
commit bdcf58471f
4 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: 'Display command suggestions, when command not recognized'
hash: 273ea5ce4d5f169486f1e68be1157d7091338798
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
- subject: 'Convert help to oclif, remove capitano'
hash: d56fec6e36b88c1a1029858acfac7404080a1581
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
nested: []
version: 12.17.0
date: 2020-09-07T12:45:01.828Z
- commits: - commits:
- subject: 'build, deploy: Add --pull option to force pulling base images again' - subject: 'build, deploy: Add --pull option to force pulling base images again'
hash: d1539f405aa2af75c8ccd3ae22e4e59c46c67d55 hash: d1539f405aa2af75c8ccd3ae22e4e59c46c67d55

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.17.0 - 2020-09-07
* Display command suggestions, when command not recognized [Scott Lowe]
* Convert help to oclif, remove capitano [Scott Lowe]
## 12.16.0 - 2020-09-04 ## 12.16.0 - 2020-09-04
* build, deploy: Add --pull option to force pulling base images again [Paulo Castro] * build, deploy: Add --pull option to force pulling base images again [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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