mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.10.2
This commit is contained in:
parent
0865633020
commit
304ade9772
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'Fix performance regressions from #1967'
|
||||
hash: ddb87f403dfc0df1d7051fad9a25120691da618e
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 12.10.2
|
||||
date: 2020-08-03T14:58:49.903Z
|
||||
- commits:
|
||||
- subject: Remove some bluebird usage
|
||||
hash: 9aacb7ec56aafa498fc1e599917b71d9b1f88312
|
||||
|
@ -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.10.2 - 2020-08-03
|
||||
|
||||
* Fix performance regressions from #1967 [Pagan Gazzard]
|
||||
|
||||
## 12.10.1 - 2020-07-31
|
||||
|
||||
* Remove some bluebird usage [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.10.1",
|
||||
"version": "12.10.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.10.1",
|
||||
"version": "12.10.2",
|
||||
"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