This commit is contained in:
Balena CI 2020-07-02 15:56:37 +03:00 committed by VersionBot
parent 9dbdf7db38
commit a74815c1bb
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions-oclif/tunnel to async/await
hash: c35f701190da7a7d8c62cd900f620057fbcd4eec
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.3.10
date: 2020-07-02T12:29:58.955Z
- commits:
- subject: 'balena ssh: Refactor error handling and test cases'
hash: 2307a15b105006f5704056fae0f67b15ff322595

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.3.10 - 2020-07-02
* Convert lib/actions-oclif/tunnel to async/await [Pagan Gazzard]
## 12.3.9 - 2020-07-02
* balena ssh: Refactor error handling and test cases [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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