mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 16:36:24 +00:00
v11.21.4
This commit is contained in:
parent
620a0abf31
commit
a2ca8e8f73
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.21.3",
|
||||
"version": "11.21.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user