This commit is contained in:
Balena CI 2020-01-14 21:32:33 +02:00
parent a6153869e5
commit 76447a2177
4 changed files with 54 additions and 2 deletions

View File

@ -1,3 +1,48 @@
- commits:
- subject: Increase default mocha test timeout to avoid spurious CI failures
hash: 3466be19923523c7a0d8cca429f54b0bd69b0aed
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 'balena push' hanging on Windows (CTRL-C was required after the
unicorn)
hash: 95843dd816a866c93500cab90ff47cc1b401c0bc
body: ''
footer:
Resolves: '#1554'
resolves: '#1554'
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: >-
Add hint about the 'jq' utility in the documentation of the --json
option
hash: edd755d41c08eeae8800c8a3e00379cae9531cf0
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: Add '.nyc_output' folder to '.gitignore' (test coverage reporting)
hash: 290c06074a666e7cf5e1d252029ef25212cd471b
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.3
date: 2020-01-14T17:17:13.197Z
- commits:
- subject: >-
Update CONTRIBUTING.md regarding npm installation and some common

View File

@ -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/).
## 11.21.3 - 2020-01-14
* Increase default mocha test timeout to avoid spurious CI failures [Paulo Castro]
* Fix 'balena push' hanging on Windows (CTRL-C was required after the unicorn) [Paulo Castro]
* Add hint about the 'jq' utility in the documentation of the --json option [Paulo Castro]
* Add '.nyc_output' folder to '.gitignore' (test coverage reporting) [Paulo Castro]
## 11.21.2 - 2020-01-14
* Update CONTRIBUTING.md regarding npm installation and some common gotchas [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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