This commit is contained in:
Balena CI 2020-05-18 16:31:06 +03:00 committed by VersionBot
parent 08d5a77734
commit d33b7ec585
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update typescript to 3.9
hash: 744122b1b8dc9884e57638bb7f86776598714a62
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.35.3
date: 2020-05-18T12:34:24.072Z
- commits:
- subject: Fix 'balena login' web authorization hanging with Google Chrome
hash: 3bb5e495a61be466ce1c60aad55e869427bc864a

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.35.3 - 2020-05-18
* Update typescript to 3.9 [Pagan Gazzard]
## 11.35.2 - 2020-05-16
* Fix 'balena login' web authorization hanging with Google Chrome [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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