mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.25.7
This commit is contained in:
parent
1da96a0eb0
commit
6bc4fbb750
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.6",
|
||||
"version": "11.25.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user