From 6bc4fbb750601bad3552336ed70bbc67c47c3415 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 7 Feb 2020 21:32:58 +0200 Subject: [PATCH] v11.25.7 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c80df2ce..6a75c5e5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: >- + Fix Windows standalone zip installer (missing mmmagic db for CRLF + conversion) + hash: be209f1626fa9cb853df7f1a1700760089777ba0 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + version: 11.25.7 + date: 2020-02-07T18:21:33.450Z - commits: - subject: Switch from opn to its new name of open hash: 3f84045127f4a7ecc41496b1b6e6c447fd3950df diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b3a545..4f2f90a5 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.7 - 2020-02-07 + +* Fix Windows standalone zip installer (missing mmmagic db for CRLF conversion) [Paulo Castro] + ## 11.25.6 - 2020-02-06 * Switch from opn to its new name of open [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fcef1723..cbacc012 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.6", + "version": "11.25.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 246ebe07..edd20fd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.6", + "version": "11.25.7", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",