This commit is contained in:
Balena CI 2020-01-14 22:16:39 +02:00
parent 620a0abf31
commit a2ca8e8f73
4 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: Fix 'balena join' when the user is not logged in
hash: 95561864a64b0a03cc7a94cfe63a038730141026
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: >-
Fix join and leave commands on Windows (hanging on stdin and argument
escaping)
hash: 51adfeaa3bb91c6dcd3efc2a6e2ebda064665de9
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.21.4
date: 2020-01-14T19:38:13.156Z
- commits:
- subject: Increase default mocha test timeout to avoid spurious CI failures
hash: 3466be19923523c7a0d8cca429f54b0bd69b0aed

View File

@ -4,6 +4,11 @@ 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.21.4 - 2020-01-14
* Fix 'balena join' when the user is not logged in [Paulo Castro]
* Fix join and leave commands on Windows (hanging on stdin and argument escaping) [Paulo Castro]
## 11.21.3 - 2020-01-14
* Increase default mocha test timeout to avoid spurious CI failures [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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