This commit is contained in:
Balena CI 2019-10-09 16:22:55 +03:00
parent 1987206b94
commit 449461afae
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Fix 'balena build --emulated' on Windows (including default docker
socket)
hash: 7dd33adfd1f9714fd15cd9e3e8c229ad76d030c3
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.14.2
date: 2019-10-09T12:13:36.863Z
- commits:
- subject: Bump resin-multibuild to 4.3.1 (fix more cases of SecretRemovalError)
hash: 78e627a47181f01c68d59cef3ec78ec8636c6781

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.14.2 - 2019-10-09
* Fix 'balena build --emulated' on Windows (including default docker socket) [Paulo Castro]
## 11.14.1 - 2019-10-04
* Bump resin-multibuild to 4.3.1 (fix more cases of SecretRemovalError) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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