This commit is contained in:
Balena CI 2020-09-17 03:48:23 +03:00 committed by VersionBot
parent e907f12445
commit 960cb3098d
4 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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
View File

@ -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": {

View File

@ -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",