From 4280a3cd4a89a4a0b9d07b1666f5cf9768f3a9f5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 14 Oct 2019 16:55:01 +0300 Subject: [PATCH] v11.14.3 --- .versionbot/CHANGELOG.yml | 50 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 8 +++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 60 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 336f297f..01d88915 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Paulo Castro + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 405f033d..ba090bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ffa4224b..19d8de30 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.14.2", + "version": "11.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99c8ac5d..8cf9b24a 100644 --- a/package.json +++ b/package.json @@ -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",