From aa286cc0e753f5c2cc98063b1a2d75ae57cb0990 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 14 Dec 2021 01:58:31 +0200 Subject: [PATCH] v12.55.5 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fdf6f8ae..20dab49c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Drop unnecessary directory list created during balena deploy & push + hash: f2858801350077305a92a6ba32659a46dd3e1e39 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 12.55.5 + date: 2021-12-13T23:29:59.103Z - commits: - subject: 'os download, os versions: Accept device type aliases' hash: bfc995e9486024628f3599f52b9c0fb13d815311 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb8e416..4feef3a0 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/). +## 12.55.5 - 2021-12-13 + +* Drop unnecessary directory list created during balena deploy & push [Thodoris Greasidis] + ## 12.55.4 - 2021-12-10 * os download, os versions: Accept device type aliases [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a8cace12..1fd82e9b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.55.4", + "version": "12.55.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69691cdc..ceaa5734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.55.4", + "version": "12.55.5", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -290,6 +290,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-12-10T00:56:34.835Z" + "publishedAt": "2021-12-13T23:29:59.373Z" } }