v11.35.10

This commit is contained in:
Balena CI 2020-05-27 19:57:29 +03:00 committed by VersionBot
parent 2cad44915b
commit bc4aa6006e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'v12 preparations: Add version switch, update login message.'
hash: 889c7b08cf7ffd588cb42f70b63d1aefc5ddfdc8
body: ''
footer:
Change-type: patch
change-type: patch
Connects-to: '#1770'
connects-to: '#1770'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.35.10
date: 2020-05-27T16:33:37.272Z
- commits:
- subject: 'balena deploy: Fix "access denied" pushing images to registry'
hash: ba0024645d5dc01c27bccdf8fc7b4a21d7dc79ee

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.10 - 2020-05-27
* v12 preparations: Add version switch, update login message. [Scott Lowe]
## 11.35.9 - 2020-05-25
* balena deploy: Fix "access denied" pushing images to registry [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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