From d2fabcaf30e04695edd25003da9df9e339865fe1 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 11 Aug 2021 17:27:05 +0300 Subject: [PATCH] v12.45.1 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5fbedb00..f44bcac4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f2cf7f..581a1add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 35417148..9c273029 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.45.0", + "version": "12.45.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44a75d95..4c98649f 100644 --- a/package.json +++ b/package.json @@ -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" } }