mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-19 03:06:29 +00:00
v11.21.6
This commit is contained in:
parent
5d34659991
commit
df3e1f1886
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.21.5",
|
||||
"version": "11.21.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user