This commit is contained in:
Balena CI 2019-09-11 13:49:06 +03:00
parent c9db5fd856
commit 70714b6feb
4 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: Fix mismatched Node.js version errors in standalone package on Windows
hash: d54a709e7cf7f0a188c1ceb41bdccd5e48e02beb
body: ''
footer:
Resolves: '#1419'
resolves: '#1419'
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
- subject: Update etcher-sdk to v2.0.14 (pre-requisite to supporting Node 12)
hash: 09f20ecc1c750ef29cc7cfdaff5a66f98c76aac8
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.4
date: 2019-09-11T00:20:27.535Z
- commits:
- subject: Add missing oclif-based commands to mixpanel tracking
hash: fb1dce9dbbcb5778b7abbb46bec36f6d0adb08de

View File

@ -4,6 +4,11 @@ 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.4 - 2019-09-11
* Fix mismatched Node.js version errors in standalone package on Windows [Paulo Castro]
* Update etcher-sdk to v2.0.14 (pre-requisite to supporting Node 12) [Paulo Castro]
## 11.9.3 - 2019-09-01
* Add missing oclif-based commands to mixpanel tracking [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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