From ed084edc48e9df07005bdcd6cd944a7339675d5c Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 19 Aug 2019 18:29:03 +0300 Subject: [PATCH] v11.8.2 --- .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 987e8d49..18e8de6f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: 'balena-ssh: add info about remote vs local connections' + hash: 731db63e78a1db286e69ef981e2d42faf8e4e77e + body: | + small formatting fixups + footer: + Closes: 'https://github.com/balena-io/docs/issues/974' + closes: 'https://github.com/balena-io/docs/issues/974' + Change-type: patch + change-type: patch + Signed-off-by: Matthew McGinn + signed-off-by: Matthew McGinn + author: Matthew McGinn + version: 11.8.2 + date: 2019-08-19T14:17:13.315Z - commits: - subject: Fix incorrect arguments passed to oclif bootstrap function hash: 730c09989d401b2a14d1b6ceb8942161c330f52d diff --git a/CHANGELOG.md b/CHANGELOG.md index bd978f02..1b6f1f6f 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.8.2 - 2019-08-19 + +* Balena-ssh: add info about remote vs local connections [Matthew McGinn] + ## 11.8.1 - 2019-08-15 * Fix incorrect arguments passed to oclif bootstrap function [Lucian] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 73440c04..f93956eb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.8.1", + "version": "11.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76b1c31f..025cc471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.8.1", + "version": "11.8.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",