From 8115d156df7e3a957bc451d2f72f1f65ffba8959 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 26 Nov 2020 16:48:38 +0200 Subject: [PATCH] v12.28.3 --- .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 807d4cbd..2b7a0c56 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Add ability to disable analytics for performance testing + hash: 950d173d276f97cb3fcfd4bb9b578b5888572a69 + body: '' + footer: + Change-type: patch + change-type: patch + Connects-to: '#1708' + connects-to: '#1708' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.28.3 + date: 2020-11-26T12:55:50.969Z - commits: - subject: 'docs: Add references to the masterclasses in the CLI help and README' hash: 2bf59530c4aebdd302814e9f59d41c7b9d2672c3 diff --git a/CHANGELOG.md b/CHANGELOG.md index d9186ed6..a377d804 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.28.3 - 2020-11-26 + +* Add ability to disable analytics for performance testing [Scott Lowe] + ## 12.28.2 - 2020-11-20 * docs: Add references to the masterclasses in the CLI help and README [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a2105e23..3cfea47c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.28.2", + "version": "12.28.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index daadd0db..02368542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.28.2", + "version": "12.28.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",