From da3c11533cdec19f8c7b7fb7b6bfe5d8efa2447b Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 5 Feb 2020 05:14:59 +0200 Subject: [PATCH] v11.25.2 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b2885974..c93d0b04 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: >- + Debug mode can now be disabled with DEBUG=0 env var Added assignment to + `process.env.DEBUG` if `process.env.DEBUG` is negative string to + `lib/app.ts` and `automation/run.ts` entrypoints + hash: b3948d538c345632a4c6f46940998c4b63948b78 + body: '' + footer: + Resolves: '#1502' + resolves: '#1502' + Change-type: patch + change-type: patch + Signed-off-by: Thomas Manning + signed-off-by: Thomas Manning + author: Thomas Manning + version: 11.25.2 + date: 2020-02-05T02:19:42.662Z - commits: - subject: Remove unnecessary code now that typescript understands `process.exit` hash: 27e1f3f7d7664fc59be9edac77ed5cef4201bf45 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50867c19..2d8bd42b 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/). +## 11.25.2 - 2020-02-05 + +* Debug mode can now be disabled with DEBUG=0 env var Added assignment to `process.env.DEBUG` if `process.env.DEBUG` is negative string to `lib/app.ts` and `automation/run.ts` entrypoints [Thomas Manning] + ## 11.25.1 - 2020-02-03 * Remove unnecessary code now that typescript understands `process.exit` [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 24662275..616986bb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.1", + "version": "11.25.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a8abae8..7111cee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.1", + "version": "11.25.2", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",