mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.9.5
This commit is contained in:
parent
dfbcdc2c1b
commit
d25ad328f3
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.9.4",
|
||||
"version": "11.9.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user