From e96fca551eaaf7dac0f923d98e6cbae84cb26041 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 21 Aug 2020 14:28:43 +0300 Subject: [PATCH] v12.14.11 --- .versionbot/CHANGELOG.yml | 23 +++++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 02e2d3b4..02983bfd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,26 @@ +- commits: + - subject: Shorten `env add` command summary to prevent wrapping + hash: 358a9092145f48456278105bdf35da91f5e8f49d + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + - subject: Fix help template bug affecting discrete value options + hash: eb74ca631aac80f03418186ba7bd78cff0d68686 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.14.11 + date: 2020-08-21T10:49:41.813Z - commits: - subject: 'build: Fix --buildArg and --cache-from options (broken since v12.9.9)' hash: af1c4b0d03aef17faa6873aa89164a37f4e44c77 diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4ffe64..1016446c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.14.11 - 2020-08-21 + +* Shorten `env add` command summary to prevent wrapping [Scott Lowe] +* Fix help template bug affecting discrete value options [Scott Lowe] + ## 12.14.10 - 2020-08-14 * build: Fix --buildArg and --cache-from options (broken since v12.9.9) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 27c0a61c..5508f71b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.10", + "version": "12.14.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d83fa32..df020d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.10", + "version": "12.14.11", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",