v12.44.25

This commit is contained in:
Balena CI 2021-07-20 18:56:54 +03:00 committed by VersionBot
parent c325f1158e
commit e552e36f7b
4 changed files with 18 additions and 3 deletions

View File

@ -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

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.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
View File

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

View File

@ -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"
}
}