This commit is contained in:
Balena CI 2019-10-03 14:33:52 +03:00
parent 85fc9daa8b
commit 3adc06d11b
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Allow deleting config vars with 'env rm'
hash: d463a2f0e50213e6f97384e5184daffc10b156b6
body: ''
footer:
Resolves: '#1459'
resolves: '#1459'
Change-type: minor
change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.14.0
date: 2019-10-03T10:54:16.620Z
- commits:
- subject: >-
Update TROUBLESHOOTING doc re 'balena ssh' line wrapping / cursor

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.0 - 2019-10-03
* Allow deleting config vars with 'env rm' [Thodoris Greasidis]
## 11.13.1 - 2019-09-30
* Update TROUBLESHOOTING doc re 'balena ssh' line wrapping / cursor behavior [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.13.1",
"version": "11.14.0",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",