mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v11.14.2
This commit is contained in:
parent
1987206b94
commit
449461afae
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.14.1",
|
||||
"version": "11.14.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user