From 360c6e42f86d60de4c7fe932f768e0d2d39d54c5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:54:21 +0200 Subject: [PATCH] v12.38.1 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b1994398..61c3a01e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Fix handling of thrown strings + hash: d3586696b42240e51e428d5ace95d833a25687ea + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.38.1 + date: 2021-01-15T15:47:32.274Z - commits: - subject: 'deploy: Add --release-tag flag' hash: 8d56fe9678d2397698b908b0c5a88d01b5490f45 diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1cbce0..5dade153 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.38.1 - 2021-01-15 + +* Fix handling of thrown strings [Scott Lowe] + ## 12.38.0 - 2021-01-14 * deploy: Add --release-tag flag [Marios Balamatsias] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8b84c168..1936b6dd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.38.0", + "version": "12.38.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b4c4e735..4a6c139c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.38.0", + "version": "12.38.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",