From 0bae6546f246f8a85b526476de674226941a9b53 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 1 Dec 2020 16:07:38 +0200 Subject: [PATCH] v12.29.0 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2b7a0c56..2cc08c73 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: 'scan: Print production devices'' info on scan' + hash: 7d5a64f59a47c3a051fb2cbe9e45a71029cca694 + body: '' + footer: + Resolves: '#1713' + resolves: '#1713' + Change-type: minor + change-type: minor + Signed-off-by: Marios Balamatsias + signed-off-by: Marios Balamatsias + author: Marios Balamatsias + nested: [] + version: 12.29.0 + date: 2020-12-01T13:33:03.012Z - commits: - subject: Add ability to disable analytics for performance testing hash: 950d173d276f97cb3fcfd4bb9b578b5888572a69 diff --git a/CHANGELOG.md b/CHANGELOG.md index a377d804..d8105221 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.0 - 2020-12-01 + +* scan: Print production devices' info on scan [Marios Balamatsias] + ## 12.28.3 - 2020-11-26 * Add ability to disable analytics for performance testing [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3cfea47c..33437cf1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.28.3", + "version": "12.29.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02368542..90712f4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.28.3", + "version": "12.29.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",