mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-19 08:36:15 +00:00
v12.54.5
This commit is contained in:
parent
5574dc0318
commit
3b885ad906
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'os configure, local configure: Reuse disk partition scanning logic'
|
||||
hash: fcea91bfb6cbcc32117d7242460f1e58476339ac
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.54.5
|
||||
date: 2021-11-27T01:19:18.487Z
|
||||
- commits:
|
||||
- subject: Bump 'balena-lint' and fix 'no-floating-promises' warnings
|
||||
hash: 09d004423cae2bb699aa344e17164ce392e1108b
|
||||
|
@ -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.54.5 - 2021-11-27
|
||||
|
||||
* os configure, local configure: Reuse disk partition scanning logic [Paulo Castro]
|
||||
|
||||
## 12.54.4 - 2021-11-26
|
||||
|
||||
* Bump 'balena-lint' and fix 'no-floating-promises' warnings [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.54.4",
|
||||
"version": "12.54.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.54.4",
|
||||
"version": "12.54.5",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -289,6 +289,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-11-26T16:03:04.194Z"
|
||||
"publishedAt": "2021-11-27T01:19:18.789Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user