This commit is contained in:
Balena CI 2020-01-20 05:22:14 +02:00
parent 5d34659991
commit df3e1f1886
4 changed files with 24 additions and 2 deletions

View File

@ -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 <graham@balena.io>
signed-off-by: Graham McCulloch <graham@balena.io>
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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",