v11.25.18

This commit is contained in:
Balena CI 2020-02-13 19:32:57 +02:00
parent 054e59c6af
commit 5e196b8f63
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Fix balena push "Segmentation fault" on Windows (replace 'mmmagic' with
'isBinaryFile')
hash: 88a1e413a3ccc2d62abb8701d3d5a6e8d2385860
body: ''
footer:
Connects-to: '#1611'
connects-to: '#1611'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.25.18
date: 2020-02-13T16:38:23.644Z
- commits:
- subject: Convert lib/actions/auth to typescript
hash: f9ece2ce7de3d0c2089692e592c70828e92353f9

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.18 - 2020-02-13
* Fix balena push "Segmentation fault" on Windows (replace 'mmmagic' with 'isBinaryFile') [Paulo Castro]
## 11.25.17 - 2020-02-12
* Convert lib/actions/auth to typescript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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