mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.44.28
This commit is contained in:
parent
3717d8cc0f
commit
216172ed4f
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'os download: Improve error message for misspelled device type names'
|
||||
hash: 8338e2e933a95b93c14cf1699741f7b16d2a364b
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.44.28
|
||||
date: 2021-07-23T14:13:00.731Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
docs: Add entry to FAQ/Troubleshooting for ETIMEDOUT with 'balena
|
||||
|
@ -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.28 - 2021-07-23
|
||||
|
||||
* os download: Improve error message for misspelled device type names [Paulo Castro]
|
||||
|
||||
## 12.44.27 - 2021-07-23
|
||||
|
||||
* docs: Add entry to FAQ/Troubleshooting for ETIMEDOUT with 'balena tunnel' [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.27",
|
||||
"version": "12.44.28",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.27",
|
||||
"version": "12.44.28",
|
||||
"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-23T11:00:43.967Z"
|
||||
"publishedAt": "2021-07-23T14:13:00.950Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user