diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 30ae5f5f..40d95fc1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Enable long stack traces for `--debug` as well as `DEBUG=1` + hash: f6ca5ef3978e59739f9b5d9368921791fa67933b + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 12.3.8 + date: 2020-07-01T13:08:28.168Z - commits: - subject: 'Convert command `tunnel` to oclif, and fix port map spec issues.' hash: 9697081d7300bc2404768d92207636b55669ae46 diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a904e4..706a1f96 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.3.8 - 2020-07-01 + +* Enable long stack traces for `--debug` as well as `DEBUG=1` [Pagan Gazzard] + ## 12.3.7 - 2020-07-01 * Convert command `tunnel` to oclif, and fix port map spec issues. [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 548c6816..0273a76e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.7", + "version": "12.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65f360d1..e1ced490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.7", + "version": "12.3.8", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",