v11.30.11

This commit is contained in:
Balena CI 2020-04-01 14:53:30 +03:00
parent c177f222ba
commit cbe12d5be7
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Check logged in for `balena build` if application specified Correct
eroneous -f flag in `balena build` help
hash: d2fd1ec80a3aa9081489a4bfbdc6c97aceb9b23b
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
version: 11.30.11
date: 2020-04-01T10:51:23.578Z
- commits: - commits:
- subject: >- - subject: >-
Add '-t' option to 'balena ssh' to bypass TTY autodetection (force Add '-t' option to 'balena ssh' to bypass TTY autodetection (force

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.30.11 - 2020-04-01
* Check logged in for `balena build` if application specified Correct eroneous -f flag in `balena build` help [Scott Lowe]
## 11.30.10 - 2020-03-31 ## 11.30.10 - 2020-03-31
* Add '-t' option to 'balena ssh' to bypass TTY autodetection (force allocation) [Paulo Castro] * Add '-t' option to 'balena ssh' to bypass TTY autodetection (force allocation) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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