mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
v12.21.1
This commit is contained in:
parent
e907f12445
commit
960cb3098d
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'scan: Fix "CLI could not be loaded" with the standalone zip installer'
|
||||||
|
hash: 799e0f9dea608be28836083f894f93a3a9626c3e
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.21.1
|
||||||
|
date: 2020-09-16T23:41:01.211Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Add new command `app rename`
|
- subject: Add new command `app rename`
|
||||||
hash: 3706db2436371cd797501eaf26132003b4902ad0
|
hash: 3706db2436371cd797501eaf26132003b4902ad0
|
||||||
|
@ -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.21.1 - 2020-09-16
|
||||||
|
|
||||||
|
* scan: Fix "CLI could not be loaded" with the standalone zip installer [Paulo Castro]
|
||||||
|
|
||||||
## 12.21.0 - 2020-09-16
|
## 12.21.0 - 2020-09-16
|
||||||
|
|
||||||
* Add new command `app rename` [Scott Lowe]
|
* Add new command `app rename` [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.21.0",
|
"version": "12.21.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.21.0",
|
"version": "12.21.1",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user