mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.30.11
This commit is contained in:
parent
c177f222ba
commit
cbe12d5be7
@ -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:
|
||||
- subject: >-
|
||||
Add '-t' option to 'balena ssh' to bypass TTY autodetection (force
|
||||
|
@ -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.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
|
||||
|
||||
* Add '-t' option to 'balena ssh' to bypass TTY autodetection (force allocation) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.10",
|
||||
"version": "11.30.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.10",
|
||||
"version": "11.30.11",
|
||||
"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