This commit is contained in:
Balena CI 2020-07-15 18:02:21 +03:00 committed by VersionBot
parent 24ba9da64b
commit b9734b7b09
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'device move: Add ability to move multiple devices in one command'
hash: edaf76e3297378fbc36245b8ec15c9bb6d372baf
body: ''
footer:
Change-type: minor
change-type: minor
author: Nick
nested: []
version: 12.8.0
date: 2020-07-15T14:34:57.668Z
- commits: - commits:
- subject: Remove `os download` command dependency for `device init` - subject: Remove `os download` command dependency for `device init`
hash: 5d3625f6aee641e9775af750033a23ba15f01bba hash: 5d3625f6aee641e9775af750033a23ba15f01bba

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.8.0 - 2020-07-15
* device move: Add ability to move multiple devices in one command [Nick]
## 12.7.7 - 2020-07-14 ## 12.7.7 - 2020-07-14
* Remove `os download` command dependency for `device init` [Scott Lowe] * Remove `os download` command dependency for `device init` [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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