This commit is contained in:
Balena CI 2019-10-04 16:00:33 +03:00
parent 59e4eb5143
commit 63fe3d41cc
4 changed files with 18 additions and 2 deletions

View File

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

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/).
## 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
View File

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

View File

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