mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.14.11
This commit is contained in:
parent
edb3ea53fb
commit
e96fca551e
@ -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 <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
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 <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.10",
|
||||
"version": "12.14.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user