This commit is contained in:
Balena CI 2020-02-06 19:25:49 +02:00
parent 9005affe64
commit 0f17129c2e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Avoid loading 'mmmagic' on Linux (fix "could not load any valid magic
files")
hash: 4502f2a203444f8a3e3523b6ae48c8b921c6c7d9
body: ''
footer:
Resolves: '#1596'
resolves: '#1596'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.25.3
date: 2020-02-06T17:03:33.295Z
- commits:
- subject: >-
Debug mode can now be disabled with DEBUG=0 env var Added assignment to

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.3 - 2020-02-06
* Avoid loading 'mmmagic' on Linux (fix "could not load any valid magic files") [Paulo Castro]
## 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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.25.2",
"version": "11.25.3",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",