This commit is contained in:
Balena CI 2020-10-31 03:09:18 +02:00 committed by VersionBot
parent 16efb9748f
commit 849fc24158
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'devices: Fix "TypeError: Cannot read property ''slug'' of undefined"'
hash: 9d177609f5adfa357363ba5356f51027a388f635
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.26.1
date: 2020-10-31T00:34:10.685Z
- commits:
- subject: Add command device purge
hash: 47fcffe36813dfdbe59986ed6ae0e4a1a441ea63

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.26.1 - 2020-10-31
* devices: Fix "TypeError: Cannot read property 'slug' of undefined" [Paulo Castro]
## 12.26.0 - 2020-10-29
* Add command device purge [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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