mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.25.3
This commit is contained in:
parent
9005affe64
commit
0f17129c2e
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.2",
|
||||
"version": "11.25.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user