From c062e6e876c15ae1a86bea60f72c1ca578419f58 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 2 Apr 2020 22:24:40 +0300 Subject: [PATCH] v11.30.13 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 89d4ef7a..ebbc247c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a2cec8..cff7783a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c01c53f7..a3304617 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.30.12", + "version": "11.30.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99f664b1..21e7204e 100644 --- a/package.json +++ b/package.json @@ -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",