From 32c588db55fafca6ea3549817c7b0139412cfe42 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 19 Sep 2019 13:23:45 +0300 Subject: [PATCH] v11.11.2 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e118935d..80079209 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Use balena analytics project name + hash: c1ba73a2da4872412a8b56d3580d6617e2476606 + body: | + It's needed to properly integrate CLI with balena + analytics proxy service. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Roman Mazur + signed-off-by: Roman Mazur + author: Roman Mazur + version: 11.11.2 + date: 2019-09-18T15:04:37.776Z - commits: - subject: Migrate 'envs' and 'env rename' commands to oclif hash: c07b28e694e06732d88cdb0b8d3fc1705f169e5a diff --git a/CHANGELOG.md b/CHANGELOG.md index 65259c85..05d30cde 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/). +## 11.11.2 - 2019-09-18 + +* Use balena analytics project name [Roman Mazur] + ## 11.11.1 - 2019-09-18 * Migrate 'envs' and 'env rename' commands to oclif [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ba8d96fd..40ef00d0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.11.1", + "version": "11.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index be91c28f..0420657a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.11.1", + "version": "11.11.2", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",