This commit is contained in:
Balena CI 2020-08-04 19:25:57 +03:00 committed by VersionBot
parent 32a21684e8
commit 7aa1708f46
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Update balena-release to v3
hash: a52a623fdfb4126edd87104b5f68e0469a2bda27
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
version: 12.11.1
date: 2020-08-04T15:37:26.592Z
- commits:
- subject: 'login: Use any free port number instead of 8989 for web authentication'
hash: cf894d98a580ee6ef5f483bf47be44fe9b0ff6b9

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/).
## 12.11.1 - 2020-08-04
* Update balena-release to v3 [Thodoris Greasidis]
## 12.11.0 - 2020-08-03
* login: Use any free port number instead of 8989 for web authentication [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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