mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 06:02:57 +00:00
v12.11.0
This commit is contained in:
parent
fec01977c7
commit
b63e31e255
@ -1,3 +1,30 @@
|
||||
- commits:
|
||||
- subject: 'login: Use any free port number instead of 8989 for web authentication'
|
||||
hash: cf894d98a580ee6ef5f483bf47be44fe9b0ff6b9
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'Testing: Increase mocha timeout from 6s to 12s (experimental)'
|
||||
hash: d18f25cb9c1e4c58d498f557b5b6bb75988ad4d2
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: Update GitHub issue template (request openBalena vs balenaCloud info)
|
||||
hash: 4cdff9694e047de49e0250995644f1295368f6c8
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.11.0
|
||||
date: 2020-08-03T19:29:22.562Z
|
||||
- commits:
|
||||
- subject: 'Fix performance regressions from #1967'
|
||||
hash: ddb87f403dfc0df1d7051fad9a25120691da618e
|
||||
|
@ -4,6 +4,12 @@ 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.0 - 2020-08-03
|
||||
|
||||
* login: Use any free port number instead of 8989 for web authentication [Paulo Castro]
|
||||
* Testing: Increase mocha timeout from 6s to 12s (experimental) [Paulo Castro]
|
||||
* Update GitHub issue template (request openBalena vs balenaCloud info) [Paulo Castro]
|
||||
|
||||
## 12.10.2 - 2020-08-03
|
||||
|
||||
* Fix performance regressions from #1967 [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.10.2",
|
||||
"version": "12.11.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.10.2",
|
||||
"version": "12.11.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user