From 26aae0afabbf66f49da34b8dea80106abb83b026 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 2 Aug 2022 02:07:46 +0400 Subject: [PATCH] v13.10.1 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d6c855c5..8581d1fd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Fix balena deploy missing dependency error + hash: 73c487c2f5e67c92cd378c348405ad0d541aa6c8 + body: "" + footer: + Resolves: "#2515" + resolves: "#2515" + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 13.10.1 + title: "'Fix balena deploy missing dependency error'" + date: 2022-08-01T16:39:16.790Z - commits: - subject: Add `--view` flag to `device` command for opening a device's dashboard page diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf2ee2e..61972fa6 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/). +## 13.10.1 - 2022-08-01 + +* Fix balena deploy missing dependency error [Thodoris Greasidis] + ## 13.10.0 - 2022-07-20 * Add `--view` flag to `device` command for opening a device's dashboard page [Matthew Yarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bb146b36..1683820e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.10.0", + "version": "13.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90b47824..d4bdf04e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.10.0", + "version": "13.10.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-07-20T11:54:32.080Z" + "publishedAt": "2022-08-01T16:39:17.325Z" } }