This commit is contained in:
Balena CI 2020-02-05 05:14:59 +02:00
parent 6acff945ef
commit da3c11533c
4 changed files with 23 additions and 2 deletions

View File

@ -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 <thomasm@balena.io>
signed-off-by: Thomas Manning <thomasm@balena.io>
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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.25.1",
"version": "11.25.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",