This commit is contained in:
Balena CI 2020-11-26 16:48:38 +02:00 committed by VersionBot
parent 08fc1a3924
commit 8115d156df
4 changed files with 21 additions and 2 deletions

View File

@ -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 <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.28.3
date: 2020-11-26T12:55:50.969Z
- commits: - commits:
- subject: 'docs: Add references to the masterclasses in the CLI help and README' - subject: 'docs: Add references to the masterclasses in the CLI help and README'
hash: 2bf59530c4aebdd302814e9f59d41c7b9d2672c3 hash: 2bf59530c4aebdd302814e9f59d41c7b9d2672c3

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 12.28.2 - 2020-11-20
* docs: Add references to the masterclasses in the CLI help and README [Paulo Castro] * docs: Add references to the masterclasses in the CLI help and README [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.28.2", "version": "12.28.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.28.2", "version": "12.28.3",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",