From 719cc2e4c9a47ff7da922a929e7e8436a69e1bb0 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sat, 19 Sep 2020 12:23:16 +0300 Subject: [PATCH] v12.22.1 --- .versionbot/CHANGELOG.yml | 19 +++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bce33871..fba27f31 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Style "balena CLI" as "balenaCLI" and "balena cloud" as "balenaCloud" + hash: b1897a512d42ce2fe3fec859cd375524637f8fce + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Reorganize and simplify installation instructions + hash: f98c25eaee2f15f5e13f26f05361829fb1e5b5dd + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.22.1 + date: 2020-09-19T00:24:21.430Z - commits: - subject: Add new command `device restart` hash: abdaf0043fea01d21d29116bb128d6763b01d576 diff --git a/CHANGELOG.md b/CHANGELOG.md index baf928c4..41574f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.22.1 - 2020-09-19 + +* Style "balena CLI" as "balenaCLI" and "balena cloud" as "balenaCloud" [Paulo Castro] +* Reorganize and simplify installation instructions [Paulo Castro] + ## 12.22.0 - 2020-09-18 * Add new command `device restart` [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d142c446..d6ec8813 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.22.0", + "version": "12.22.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99f1767e..ab46aeb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.22.0", + "version": "12.22.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",