This commit is contained in:
Resin CI 2019-08-19 18:29:03 +03:00
parent b435a0e7ac
commit ed084edc48
4 changed files with 21 additions and 2 deletions

View File

@ -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 <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
author: Matthew McGinn
version: 11.8.2
date: 2019-08-19T14:17:13.315Z
- commits: - commits:
- subject: Fix incorrect arguments passed to oclif bootstrap function - subject: Fix incorrect arguments passed to oclif bootstrap function
hash: 730c09989d401b2a14d1b6ceb8942161c330f52d hash: 730c09989d401b2a14d1b6ceb8942161c330f52d

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/).
## 11.8.2 - 2019-08-19
* Balena-ssh: add info about remote vs local connections [Matthew McGinn]
## 11.8.1 - 2019-08-15 ## 11.8.1 - 2019-08-15
* Fix incorrect arguments passed to oclif bootstrap function [Lucian] * Fix incorrect arguments passed to oclif bootstrap function [Lucian]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.8.1", "version": "11.8.2",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/actions/index.js", "main": "./build/actions/index.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",