mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.11.1
This commit is contained in:
parent
32a21684e8
commit
7aa1708f46
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.11.0",
|
||||
"version": "12.11.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user