This commit is contained in:
Balena CI 2020-05-18 13:14:46 +03:00 committed by VersionBot
parent e50d92727e
commit c3a8bb3de6
4 changed files with 46 additions and 2 deletions

View File

@ -1,3 +1,40 @@
- commits:
- subject: Fix 'balena login' web authorization hanging with Google Chrome
hash: 3bb5e495a61be466ce1c60aad55e869427bc864a
body: ''
footer:
Resolves: '#1404'
resolves: '#1404'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update web page wording for 'balena login' web authorization
hash: 803a9070fd6abe71d5ee7a21492970745334bc18
body: ''
footer:
Resolves: '#1710'
resolves: '#1710'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update `balena preload` help message (clarify accepted image formats)
hash: a84ab793a08ef9b2d1973c12fc709700a612106e
body: ''
footer:
Connects-to: '#1810'
connects-to: '#1810'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Update pre-commit script error message (automation/check-doc.js)
hash: 81269e92d5d6de182a5cadbd3924b5ccdb0e50bb
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.35.2
date: 2020-05-16T22:34:21.277Z
- commits: - commits:
- subject: Update GitHub templates for new issues and pull requests - subject: Update GitHub templates for new issues and pull requests
hash: 8c2a40cb39a4c790e06d23c4b920a57639b239d2 hash: 8c2a40cb39a4c790e06d23c4b920a57639b239d2

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.35.2 - 2020-05-16
* Fix 'balena login' web authorization hanging with Google Chrome [Paulo Castro]
* Update web page wording for 'balena login' web authorization [Paulo Castro]
* Update `balena preload` help message (clarify accepted image formats) [Paulo Castro]
* Update pre-commit script error message (automation/check-doc.js) [Paulo Castro]
## 11.35.1 - 2020-05-14 ## 11.35.1 - 2020-05-14
* Update GitHub templates for new issues and pull requests [Paulo Castro] * Update GitHub templates for new issues and pull requests [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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