This commit is contained in:
Balena CI 2020-02-07 21:32:58 +02:00
parent 1da96a0eb0
commit 6bc4fbb750
4 changed files with 18 additions and 2 deletions

View File

@ -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

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.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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",