This commit is contained in:
Resin CI 2019-06-27 19:01:52 +03:00
parent 7e1f4791ed
commit d5586e12d4
3 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Add options to 'balena version' to show Node.js version
hash: 9d5ecb5f9c25612f50e98b616c74761cd33f3a0e
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
- subject: Pin the major Node version used by standalone zip packages to Node 10
hash: 236dce37daa7c80e217611785e385a4408d5f68b
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.4.0
date: 2019-06-27T15:24:39.286Z
- commits:
- subject: Patch 'pkg' package to resolve 'preload' issue in standalone installs
hash: 34d7b84d1e8db074213067c160d18811d3d4d6bb

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.4.0 - 2019-06-27
* Add options to 'balena version' to show Node.js version [Paulo Castro]
* Pin the major Node version used by standalone zip packages to Node 10 [Paulo Castro]
## 11.3.6 - 2019-06-27
* Patch 'pkg' package to resolve 'preload' issue in standalone installs [Paulo Castro]

View File

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