mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
v12.45.2
This commit is contained in:
parent
48d7d0ef5e
commit
d11f49e0f8
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'push, build: Improve error handling (identify which service failed)'
|
||||||
|
hash: c7bbbc4159185d804c0d05c8768252a5ce4b0341
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.45.2
|
||||||
|
date: 2021-08-13T23:59:02.681Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'envs, env add: Fix "Application is ambiguous" when using device UUID'
|
- subject: 'envs, env add: Fix "Application is ambiguous" when using device UUID'
|
||||||
hash: 58704b08d3a08dec642d29da34fbe459ba1ef00b
|
hash: 58704b08d3a08dec642d29da34fbe459ba1ef00b
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.45.2 - 2021-08-13
|
||||||
|
|
||||||
|
* push, build: Improve error handling (identify which service failed) [Paulo Castro]
|
||||||
|
|
||||||
## 12.45.1 - 2021-08-11
|
## 12.45.1 - 2021-08-11
|
||||||
|
|
||||||
* envs, env add: Fix "Application is ambiguous" when using device UUID [Paulo Castro]
|
* envs, env add: Fix "Application is ambiguous" when using device UUID [Paulo Castro]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.45.1",
|
"version": "12.45.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.45.1",
|
"version": "12.45.2",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -287,6 +287,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-08-11T01:07:08.152Z"
|
"publishedAt": "2021-08-13T23:59:02.899Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user