mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 16:13:59 +00:00
v12.27.0
This commit is contained in:
parent
34792ecce9
commit
fcd0932df8
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user