From 090fc58d10b6eff0dfabd16915521e326810e1f1 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 4 Dec 2020 03:22:19 +0200 Subject: [PATCH] v12.29.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 2cc08c73..a7ec9b0c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'devices: Don''t truncate device UUID to 7 chars when --json is used' + hash: aae6aff3e900c058eb746265f4ee95f677509791 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.29.1 + date: 2020-12-04T00:47:17.501Z - commits: - subject: 'scan: Print production devices'' info on scan' hash: 7d5a64f59a47c3a051fb2cbe9e45a71029cca694 diff --git a/CHANGELOG.md b/CHANGELOG.md index d8105221..644599f4 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.29.1 - 2020-12-04 + +* devices: Don't truncate device UUID to 7 chars when --json is used [Paulo Castro] + ## 12.29.0 - 2020-12-01 * scan: Print production devices' info on scan [Marios Balamatsias] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 33437cf1..bfdc72c3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.29.0", + "version": "12.29.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90712f4b..58dc55d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.29.0", + "version": "12.29.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",