diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2dce2b72..4d3d940e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix warnings when executing CLI without arguments. + hash: 4a967b126bfcfa72f32e33ace95ea4a66d1c64dd + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + version: 11.17.2 + date: 2019-11-01T15:24:39.221Z - commits: - subject: Fix potentialy undefined build task when livepushing hash: 55b2b5a467586467d8b8288b561a41d0f9ce8fb2 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2ae78b..79a4a4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.17.2 - 2019-11-01 + +* Fix warnings when executing CLI without arguments. [Scott Lowe] + ## 11.17.1 - 2019-10-28 * Fix potentialy undefined build task when livepushing [Cameron Diver] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 433cec9d..dc176acc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.17.1", + "version": "11.17.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44767edd..c7434c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.17.1", + "version": "11.17.2", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",