mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.35.3
This commit is contained in:
parent
08d5a77734
commit
d33b7ec585
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.2",
|
||||
"version": "11.35.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user