mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.14.0
This commit is contained in:
parent
85fc9daa8b
commit
3adc06d11b
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.13.1",
|
||||
"version": "11.14.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user