mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.22.0
This commit is contained in:
parent
8aff330516
commit
b9c3b57b85
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Add new command `device restart`
|
||||
hash: abdaf0043fea01d21d29116bb128d6763b01d576
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Resolves: '#1542'
|
||||
resolves: '#1542'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.22.0
|
||||
date: 2020-09-18T10:42:08.067Z
|
||||
- commits:
|
||||
- subject: 'scan: Fix "CLI could not be loaded" with the standalone zip installer'
|
||||
hash: 799e0f9dea608be28836083f894f93a3a9626c3e
|
||||
|
@ -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.22.0 - 2020-09-18
|
||||
|
||||
* Add new command `device restart` [Scott Lowe]
|
||||
|
||||
## 12.21.1 - 2020-09-16
|
||||
|
||||
* scan: Fix "CLI could not be loaded" with the standalone zip installer [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.21.1",
|
||||
"version": "12.22.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.21.1",
|
||||
"version": "12.22.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