v11.30.13

This commit is contained in:
Balena CI 2020-04-02 22:24:40 +03:00
parent dcb1c11700
commit c062e6e876
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: >-
Fix project directory validation for 'balena deploy' with pre-built
image
hash: 96e28f3d45179ea48a4d3d94fd5634e264e5ea93
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.30.13
date: 2020-04-02T18:49:49.943Z
- commits:
- subject: Remove unused code from balena note
hash: 9aa6b0bc57d51703098e0d55e6a51f467235d574

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.13 - 2020-04-02
* Fix project directory validation for 'balena deploy' with pre-built image [Paulo Castro]
## 11.30.12 - 2020-04-01
* Remove unused code from balena note [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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