From 3a7f6d78b0f3414dc48312a3a0d5791ec8fa7e92 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:55:53 +0000 Subject: [PATCH] v17.4.12 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 69e1e13c..d2c74e04 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Regression described in GitHub Issue 2715; balena push hangs in local + mode. + hash: 09e2550b32f628f8e5b5cb8be0cafe4b40c7ce10 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ken Bannister + signed-off-by: Ken Bannister + author: Ken Bannister + nested: [] + version: 17.4.12 + title: "" + date: 2024-01-18T10:55:45.599Z - commits: - subject: Exclude the oclif package patch from the published files hash: 4e5eb4bcee8e33a1aac337401c0180817e152b69 diff --git a/CHANGELOG.md b/CHANGELOG.md index b232acc6..88008489 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/). +## 17.4.12 - 2024-01-18 + +* Regression described in GitHub Issue 2715; balena push hangs in local mode. [Ken Bannister] + ## 17.4.11 - 2024-01-05 * Exclude the oclif package patch from the published files [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8d61bf69..04e2b04e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "17.4.11", + "version": "17.4.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "17.4.11", + "version": "17.4.12", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e65985b5..5d46a74a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "17.4.11", + "version": "17.4.12", "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": "2024-01-05T23:01:08.727Z" + "publishedAt": "2024-01-18T10:55:46.439Z" } }