mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.45.1
This commit is contained in:
parent
e137c2aed2
commit
d2fabcaf30
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'envs, env add: Fix "Application is ambiguous" when using device UUID'
|
||||
hash: 58704b08d3a08dec642d29da34fbe459ba1ef00b
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.45.1
|
||||
date: 2021-08-11T01:07:07.936Z
|
||||
- commits:
|
||||
- subject: 'Rename applications to fleets (stage 1). See: https://git.io/JRuZr'
|
||||
hash: 64a44e7a5f6113952eda2a0fc3236331c8acf82e
|
||||
|
@ -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.45.1 - 2021-08-11
|
||||
|
||||
* envs, env add: Fix "Application is ambiguous" when using device UUID [Paulo Castro]
|
||||
|
||||
## 12.45.0 - 2021-08-09
|
||||
|
||||
* Rename applications to fleets (stage 1). See: https://git.io/JRuZr [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.45.0",
|
||||
"version": "12.45.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.45.0",
|
||||
"version": "12.45.1",
|
||||
"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-08-09T11:15:24.420Z"
|
||||
"publishedAt": "2021-08-11T01:07:08.152Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user