mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.22.1
This commit is contained in:
parent
e484701276
commit
719cc2e4c9
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.22.0",
|
||||
"version": "12.22.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user