This commit is contained in:
Balena CI 2019-10-14 16:55:01 +03:00
parent b8944ba65c
commit 4280a3cd4a
4 changed files with 60 additions and 2 deletions

View File

@ -1,3 +1,53 @@
- commits:
- subject: Update/improve npm install instructions for Windows
hash: a8fcd85f1a3ab185d6a8d3d7e3c086fcb464e6cc
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Update CLI tests to pass with Node 12
hash: cc45d872c7c828417220f6059bf156e772a8e23f
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: >-
Avoid stack trace and Sentry report if user answers No to confirmation
prompts
hash: e0e76a1aa818c92705b3c26bcedafc625b6f1e78
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Sort the output of `balena devices supported` alphabetically by slug
hash: d9b417e9e541be551a6c8b7f90ceaa0a3c701f81
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: 'Chore: replace `typings/intercept-stdout` with `@types/intercept-stdout`'
hash: 101a4bc20978b631b34322804362030ebc5a9302
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.14.3
date: 2019-10-14T13:32:26.796Z
- commits:
- subject: >-
Fix 'balena build --emulated' on Windows (including default docker

View File

@ -4,6 +4,14 @@ 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.14.3 - 2019-10-14
* Update/improve npm install instructions for Windows [Paulo Castro]
* Update CLI tests to pass with Node 12 [Paulo Castro]
* Avoid stack trace and Sentry report if user answers No to confirmation prompts [Paulo Castro]
* Sort the output of `balena devices supported` alphabetically by slug [Paulo Castro]
* Chore: replace `typings/intercept-stdout` with `@types/intercept-stdout` [Paulo Castro]
## 11.14.2 - 2019-10-09
* Fix 'balena build --emulated' on Windows (including default docker socket) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.14.2",
"version": "11.14.3",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",