This commit is contained in:
Balena CI 2020-11-05 16:03:57 +02:00 committed by VersionBot
parent 92b8741288
commit 4da1ed3a56
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: >-
config generate + openBalena v3: Fix "Cannot read property '__id' of
undefined"
hash: 6b4c28a0268c61413633af7351cc3f35b346d123
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.26.2
date: 2020-11-05T13:29:37.895Z
- commits:
- subject: 'devices: Fix "TypeError: Cannot read property ''slug'' of undefined"'
hash: 9d177609f5adfa357363ba5356f51027a388f635

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.2 - 2020-11-05
* config generate + openBalena v3: Fix "Cannot read property '__id' of undefined" [Paulo Castro]
## 12.26.1 - 2020-10-31
* devices: Fix "TypeError: Cannot read property 'slug' of undefined" [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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