This commit is contained in:
Balena CI 2019-09-11 14:29:15 +03:00
parent dfbcdc2c1b
commit d25ad328f3
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Detect Docker Desktop (Docker for Mac) and warn about architecture
emulation
hash: d484c957bb642572e5fdf9b92f4ee3234a3c71ab
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.9.5
date: 2019-09-11T11:09:25.740Z
- commits:
- subject: Fix mismatched Node.js version errors in standalone package on Windows
hash: d54a709e7cf7f0a188c1ceb41bdccd5e48e02beb

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.9.5 - 2019-09-11
* Detect Docker Desktop (Docker for Mac) and warn about architecture emulation [Paulo Castro]
## 11.9.4 - 2019-09-11
* Fix mismatched Node.js version errors in standalone package on Windows [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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