mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.44.25
This commit is contained in:
parent
c325f1158e
commit
e552e36f7b
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: Simplify runSpinner api
|
||||
hash: f79ccc0c9521049b762de7ff275fe817773c12b3
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 12.44.25
|
||||
date: 2021-07-20T15:25:19.967Z
|
||||
- commits:
|
||||
- subject: Update 'devDependencies' in package.json
|
||||
hash: cfd790a193b205c7caf1e6c2c066ae9fbbf55788
|
||||
|
@ -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.44.25 - 2021-07-20
|
||||
|
||||
* Simplify runSpinner api [Pagan Gazzard]
|
||||
|
||||
## 12.44.24 - 2021-07-09
|
||||
|
||||
* Update 'devDependencies' in package.json [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.24",
|
||||
"version": "12.44.25",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.24",
|
||||
"version": "12.44.25",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -286,6 +286,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-07-09T20:37:54.102Z"
|
||||
"publishedAt": "2021-07-20T15:25:20.187Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user