From 4da1ed3a56782c99981540dd860c372599063342 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 5 Nov 2020 16:03:57 +0200 Subject: [PATCH] v12.26.2 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d112559f..79d67383 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b099138..70889eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 25ed4904..5273a232 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.26.1", + "version": "12.26.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a75a6c81..bf312765 100644 --- a/package.json +++ b/package.json @@ -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",