From c2a0e457c004329494fdf9c6564112a6d8d48aef Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 21 Nov 2019 19:12:40 +0200 Subject: [PATCH] v11.18.3 --- .versionbot/CHANGELOG.yml | 27 +++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f8f4f620..5169a0c5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: >- + Fix 'balena help join' docs re moving devices between apps on the same + server + hash: 02dcff5b67223909f5cd465a60498802246c5ea7 + body: '' + footer: + Resolves: '#1429' + resolves: '#1429' + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + - subject: Add README note regarding Git for Windows console installation choice + hash: 6c3429eb0cb1f7caec4d992b71edc3e02873c113 + body: '' + footer: + Resolves: '#598' + resolves: '#598' + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + version: 11.18.3 + date: 2019-11-21T15:40:14.224Z - commits: - subject: >- Use helpers version of `cleanOutput` in tests. Simplify expect semantics diff --git a/CHANGELOG.md b/CHANGELOG.md index f0803785..9bddf596 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/). +## 11.18.3 - 2019-11-21 + +* Fix 'balena help join' docs re moving devices between apps on the same server [Paulo Castro] +* Add README note regarding Git for Windows console installation choice [Paulo Castro] + ## 11.18.2 - 2019-11-15 * Use helpers version of `cleanOutput` in tests. Simplify expect semantics in tests. [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3f3159ac..aec182aa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.18.2", + "version": "11.18.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8077efd9..e0e44887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.18.2", + "version": "11.18.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",