mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.9.0
This commit is contained in:
parent
82026897c7
commit
7b78a777ac
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.8.0",
|
||||
"version": "12.9.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user