This commit is contained in:
Balena CI 2020-11-05 18:45:17 +02:00 committed by VersionBot
parent 34792ecce9
commit fcd0932df8
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add command app purge
hash: 1e18096873bf35c016a5812f91c0bf4e8ce743ba
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.27.0
date: 2020-11-05T16:11:52.151Z
- commits: - commits:
- subject: >- - subject: >-
config generate + openBalena v3: Fix "Cannot read property '__id' of config generate + openBalena v3: Fix "Cannot read property '__id' of

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.27.0 - 2020-11-05
* Add command app purge [Scott Lowe]
## 12.26.2 - 2020-11-05 ## 12.26.2 - 2020-11-05
* config generate + openBalena v3: Fix "Cannot read property '__id' of undefined" [Paulo Castro] * config generate + openBalena v3: Fix "Cannot read property '__id' of undefined" [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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