diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 28663e42..c4585c28 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index af3efd05..0ca11c5e 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.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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 49ffdc06..3b1a9169 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.3", + "version": "11.25.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03adae90..871bbbc6 100644 --- a/package.json +++ b/package.json @@ -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",