From 9e465217b2973414338e2e86a4452c3feb5ff1ed Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 2 Jul 2020 11:50:21 +0300 Subject: [PATCH] v12.3.9 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 40d95fc1..a634a36e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: 'balena ssh: Refactor error handling and test cases' + hash: 2307a15b105006f5704056fae0f67b15ff322595 + body: '' + footer: + Connects-to: '#1896' + connects-to: '#1896' + Change-type: patch + change-type: patch + author: Paulo Castro + - subject: Improve pkg dependency resolution (standalone zip package reliability) + hash: fe5e6a1dae3a83ee86870601bd98b2b08c792227 + body: '' + footer: + Connects-to: '#1896' + connects-to: '#1896' + Change-type: patch + change-type: patch + author: Paulo Castro + version: 12.3.9 + date: 2020-07-02T08:24:37.101Z - commits: - subject: Enable long stack traces for `--debug` as well as `DEBUG=1` hash: f6ca5ef3978e59739f9b5d9368921791fa67933b diff --git a/CHANGELOG.md b/CHANGELOG.md index 706a1f96..26608ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.3.9 - 2020-07-02 + +* balena ssh: Refactor error handling and test cases [Paulo Castro] +* Improve pkg dependency resolution (standalone zip package reliability) [Paulo Castro] + ## 12.3.8 - 2020-07-01 * Enable long stack traces for `--debug` as well as `DEBUG=1` [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0273a76e..228712fb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.8", + "version": "12.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b9066458..d2809311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.8", + "version": "12.3.9", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",