This commit is contained in:
Balena CI 2020-02-06 19:58:38 +02:00
parent 2bc3348aff
commit f732c5bf5d
4 changed files with 16 additions and 2 deletions

@ -1,3 +1,13 @@
- commits:
- subject: Use resin-lint for automatic lint fixing
hash: 895be0be5de65b30d04fe9caf4745bf178263254
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.4
date: 2020-02-06T17:32:12.885Z
- commits:
- subject: >-
Avoid loading 'mmmagic' on Linux (fix "could not load any valid magic

@ -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.4 - 2020-02-06
* Use resin-lint for automatic lint fixing [Pagan Gazzard]
## 11.25.3 - 2020-02-06
* Avoid loading 'mmmagic' on Linux (fix "could not load any valid magic files") [Paulo Castro]

2
npm-shrinkwrap.json generated

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

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