This commit is contained in:
Balena CI 2020-07-15 21:04:53 +03:00 committed by VersionBot
parent 82026897c7
commit 7b78a777ac
4 changed files with 39 additions and 2 deletions

View File

@ -1,3 +1,34 @@
- commits:
- subject: Update INSTALL.md re new minimum Node.js version of 10.20.0
hash: 0534ab1cb48985f563de12a5c845921ac7fe78ce
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: >-
Update net-keepalive and pkg, Node.js >= v10.20.0 (steps towards Node.js
v14)
hash: a6a8dc822f0e01edd833643ac1625858ac4deddd
body: ''
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
- subject: >-
Add ability to conditionally apply patches per platform (Linux, Mac,
Windows)
hash: b0dce6b4778a82051e9ad1860d69ba27089ad424
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.9.0
date: 2020-07-15T17:03:05.038Z
- commits:
- subject: 'device move: Add ability to move multiple devices in one command'
hash: edaf76e3297378fbc36245b8ec15c9bb6d372baf

View File

@ -4,6 +4,12 @@ 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/).
## 12.9.0 - 2020-07-15
* Update INSTALL.md re new minimum Node.js version of 10.20.0 [Paulo Castro]
* Update net-keepalive and pkg, Node.js >= v10.20.0 (steps towards Node.js v14) [Paulo Castro]
* Add ability to conditionally apply patches per platform (Linux, Mac, Windows) [Paulo Castro]
## 12.8.0 - 2020-07-15
* device move: Add ability to move multiple devices in one command [Nick]

2
npm-shrinkwrap.json generated
View File

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

View File

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