This commit is contained in:
Balena CI 2021-08-11 17:27:05 +03:00 committed by VersionBot
parent e137c2aed2
commit d2fabcaf30
4 changed files with 18 additions and 3 deletions

View File

@ -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

View File

@ -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
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.45.0",
"version": "12.45.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"
}
}