diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a634a36e..a8ef4b05 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 26608ecd..f231fbbe 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/). +## 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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 228712fb..5b2811e6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.9", + "version": "12.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d2809311..43671a4d 100644 --- a/package.json +++ b/package.json @@ -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",