diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b1137973..c4d97f00 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Add Windows-specific hint to 'balena scan' output + hash: aca794b267a62a117658dd196d790391bc2b69a7 + body: > + An extra Windows-specific message is now appended to the 'Could not find + any balenaOS devices' message - if the OS is Windows. + + + Also updated the INSTALL instructions with details of the dependency on + Bonjour. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Graham McCulloch + signed-off-by: Graham McCulloch + author: Graham McCulloch + version: 11.21.6 + date: 2020-01-20T00:25:03.196Z - commits: - subject: >- Change the balena app action to present the slug instead of the diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dd8ac5..12522dde 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.21.6 - 2020-01-20 + +* Add Windows-specific hint to 'balena scan' output [Graham McCulloch] + ## 11.21.5 - 2020-01-14 * Change the balena app action to present the slug instead of the git_repository [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 669be511..f128e286 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.21.5", + "version": "11.21.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07b43542..897f32c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.21.5", + "version": "11.21.6", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",