mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.14.1
This commit is contained in:
parent
59e4eb5143
commit
63fe3d41cc
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Bump resin-multibuild to 4.3.1 (fix more cases of SecretRemovalError)
|
||||
hash: 78e627a47181f01c68d59cef3ec78ec8636c6781
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
author: Paulo Castro
|
||||
version: 11.14.1
|
||||
date: 2019-10-04T12:41:36.810Z
|
||||
- commits:
|
||||
- subject: Allow deleting config vars with 'env rm'
|
||||
hash: d463a2f0e50213e6f97384e5184daffc10b156b6
|
||||
|
@ -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/).
|
||||
|
||||
## 11.14.1 - 2019-10-04
|
||||
|
||||
* Bump resin-multibuild to 4.3.1 (fix more cases of SecretRemovalError) [Paulo Castro]
|
||||
|
||||
## 11.14.0 - 2019-10-03
|
||||
|
||||
* Allow deleting config vars with 'env rm' [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.14.0",
|
||||
"version": "11.14.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.14.0",
|
||||
"version": "11.14.1",
|
||||
"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