mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.31.0
This commit is contained in:
parent
ae3ccf759f
commit
b319ec7281
@ -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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.30.4",
|
||||
"version": "12.31.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user