This commit is contained in:
Balena CI 2020-09-19 12:23:16 +03:00 committed by VersionBot
parent e484701276
commit 719cc2e4c9
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: Style "balena CLI" as "balenaCLI" and "balena cloud" as "balenaCloud"
hash: b1897a512d42ce2fe3fec859cd375524637f8fce
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Reorganize and simplify installation instructions
hash: f98c25eaee2f15f5e13f26f05361829fb1e5b5dd
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.22.1
date: 2020-09-19T00:24:21.430Z
- commits:
- subject: Add new command `device restart`
hash: abdaf0043fea01d21d29116bb128d6763b01d576

View File

@ -4,6 +4,11 @@ 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.1 - 2020-09-19
* Style "balena CLI" as "balenaCLI" and "balena cloud" as "balenaCloud" [Paulo Castro]
* Reorganize and simplify installation instructions [Paulo Castro]
## 12.22.0 - 2020-09-18
* Add new command `device restart` [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.22.0",
"version": "12.22.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",