v11.35.19

This commit is contained in:
Balena CI 2020-06-10 09:25:32 +03:00 committed by VersionBot
parent 683037cd2f
commit be144fafa2
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix handling of BalenaExpiredToken error
hash: 555096db6b54620618a8bc20a35a1a2343f233d3
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.35.19
date: 2020-06-09T15:44:17.442Z
- commits: - commits:
- subject: 'v12 preparations: Add feature switch for default eol-converson' - subject: 'v12 preparations: Add feature switch for default eol-converson'
hash: 1569915fae760eb68da00dfa18f48479d5340a96 hash: 1569915fae760eb68da00dfa18f48479d5340a96

View File

@ -4,6 +4,10 @@ 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.19 - 2020-06-09
* Fix handling of BalenaExpiredToken error [Scott Lowe]
## 11.35.18 - 2020-06-05 ## 11.35.18 - 2020-06-05
* v12 preparations: Add feature switch for default eol-converson [Scott Lowe] * v12 preparations: Add feature switch for default eol-converson [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.35.18", "version": "11.35.19",
"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.18", "version": "11.35.19",
"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",