From 849fc2415893033bbc1dbf3aac8bc2ece261d767 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sat, 31 Oct 2020 03:09:18 +0200 Subject: [PATCH] v12.26.1 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 864fd266..d112559f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2246d8..2b099138 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.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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3038d861..25ed4904 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.26.0", + "version": "12.26.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 071777bb..a75a6c81 100644 --- a/package.json +++ b/package.json @@ -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",