mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v12.44.29
This commit is contained in:
parent
f1fa187a58
commit
c3406603db
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: 'preload: Fix storage driver detection in balenaOS v2.80.9'
|
||||
hash: 6cb28937502252e27bb0108c1327b3b9b92b1735
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.44.29
|
||||
date: 2021-07-26T16:07:13.663Z
|
||||
- commits:
|
||||
- subject: 'os download: Improve error message for misspelled device type names'
|
||||
hash: 8338e2e933a95b93c14cf1699741f7b16d2a364b
|
||||
|
@ -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.29 - 2021-07-26
|
||||
|
||||
* preload: Fix storage driver detection in balenaOS v2.80.9 [Kyle Harding]
|
||||
|
||||
## 12.44.28 - 2021-07-23
|
||||
|
||||
* os download: Improve error message for misspelled device type names [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.28",
|
||||
"version": "12.44.29",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.28",
|
||||
"version": "12.44.29",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-07-23T14:13:00.950Z"
|
||||
"publishedAt": "2021-07-26T16:07:13.896Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user