mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.19.1
This commit is contained in:
parent
a63c766f04
commit
b1eda160e8
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Introduce workaround that fixes windows dns issue on `balena push` using
|
||||
.local device names. Improve error handling in deployToDevice so that
|
||||
versionErrors don't mask other errors.
|
||||
hash: 53325b7c056499a76283042a404c4237b709bdd7
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: '#1518'
|
||||
resolves: '#1518'
|
||||
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
|
||||
version: 11.19.1
|
||||
date: 2019-12-06T14:37:41.975Z
|
||||
- commits:
|
||||
- subject: Update app/create and device/supported tests to use new api-mock.
|
||||
hash: bb19903826108aa498ee689e978bf26305ad7ef9
|
||||
|
@ -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.19.1 - 2019-12-06
|
||||
|
||||
* Introduce workaround that fixes windows dns issue on `balena push` using .local device names. Improve error handling in deployToDevice so that versionErrors don't mask other errors. [Scott Lowe]
|
||||
|
||||
## 11.19.0 - 2019-12-05
|
||||
|
||||
* Update app/create and device/supported tests to use new api-mock. [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.19.0",
|
||||
"version": "11.19.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.19.0",
|
||||
"version": "11.19.1",
|
||||
"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