From b319ec7281ba19693eaba539f9d0541b52160c4e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 10 Dec 2020 14:38:47 +0200 Subject: [PATCH] v12.31.0 --- .versionbot/CHANGELOG.yml | 39 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 48 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b900c2e0..3b99712f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,42 @@ +- commits: + - subject: >- + Livepush: Extend CTRL-C availability (don't ignore CTRL-C during image + build) + hash: 07666e953fd9fb0e773e9158ec9068516c1233ef + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'Livepush, logs: Automatically reconnect on ''Connection to device lost''' + hash: 54731c2d204803fbf87c1a5c57989762071ae359 + body: '' + footer: + Change-type: minor + change-type: minor + author: Paulo Castro + nested: [] + - subject: 'logs: Fix CTRL-C ignored on Windows (PowerShell, MSYS, Git for Windows)' + hash: d00db5ea8c6bb33bcc9abe6c2dfd71c93b7e910d + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'Livepush: Fix process not exiting on "Connection to device lost"' + hash: 54978357280f70196fd6ef535c272980acfb6296 + body: '' + footer: + Resolves: '#1828' + resolves: '#1828' + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.31.0 + date: 2020-12-10T12:03:51.309Z - commits: - subject: Fix app name output in app command hash: fc8b7c71fc2cab5949b0bebc86a757d28f510343 diff --git a/CHANGELOG.md b/CHANGELOG.md index a1459414..303c9af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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/). +## 12.31.0 - 2020-12-10 + +* Livepush: Extend CTRL-C availability (don't ignore CTRL-C during image build) [Paulo Castro] +* Livepush, logs: Automatically reconnect on 'Connection to device lost' [Paulo Castro] +* logs: Fix CTRL-C ignored on Windows (PowerShell, MSYS, Git for Windows) [Paulo Castro] +* Livepush: Fix process not exiting on "Connection to device lost" [Paulo Castro] + ## 12.30.4 - 2020-12-10 * Fix app name output in app command [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 89ed4f26..9388f4e4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.30.4", + "version": "12.31.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a8a859c..238f3c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.30.4", + "version": "12.31.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",