v11.30.12

This commit is contained in:
Balena CI 2020-04-01 17:18:17 +03:00
parent f14e44a2e8
commit ff319d67f3
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Remove unused code from balena note
hash: 9aa6b0bc57d51703098e0d55e6a51f467235d574
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.12
date: 2020-04-01T13:09:52.172Z
- commits:
- subject: >-
Check logged in for `balena build` if application specified Correct

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.30.12 - 2020-04-01
* Remove unused code from balena note [Scott Lowe]
## 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]

2
npm-shrinkwrap.json generated
View File

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

View File

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