mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v12.8.0
This commit is contained in:
parent
24ba9da64b
commit
b9734b7b09
@ -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:
|
||||
- subject: Remove `os download` command dependency for `device init`
|
||||
hash: 5d3625f6aee641e9775af750033a23ba15f01bba
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* Remove `os download` command dependency for `device init` [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.7.7",
|
||||
"version": "12.8.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.7.7",
|
||||
"version": "12.8.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user