This commit is contained in:
Balena CI 2020-07-01 12:53:32 +03:00 committed by VersionBot
parent d6695d7278
commit 15ed67422d
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'Convert command `tunnel` to oclif, and fix port map spec issues.'
hash: 9697081d7300bc2404768d92207636b55669ae46
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 12.3.7
date: 2020-07-01T09:27:37.418Z
- commits:
- subject: Switch from Bluebird.join to native version
hash: 303c3af06145262c56d6534b9b5af0ea8436c5d8

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.7 - 2020-07-01
* Convert command `tunnel` to oclif, and fix port map spec issues. [Scott Lowe]
## 12.3.6 - 2020-06-30
* Switch from Bluebird.join to native version [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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