mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v12.3.8
This commit is contained in:
parent
099ac8b233
commit
33add41dc7
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Enable long stack traces for `--debug` as well as `DEBUG=1`
|
||||||
|
hash: f6ca5ef3978e59739f9b5d9368921791fa67933b
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: 12.3.8
|
||||||
|
date: 2020-07-01T13:08:28.168Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'Convert command `tunnel` to oclif, and fix port map spec issues.'
|
- subject: 'Convert command `tunnel` to oclif, and fix port map spec issues.'
|
||||||
hash: 9697081d7300bc2404768d92207636b55669ae46
|
hash: 9697081d7300bc2404768d92207636b55669ae46
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 12.3.8 - 2020-07-01
|
||||||
|
|
||||||
|
* Enable long stack traces for `--debug` as well as `DEBUG=1` [Pagan Gazzard]
|
||||||
|
|
||||||
## 12.3.7 - 2020-07-01
|
## 12.3.7 - 2020-07-01
|
||||||
|
|
||||||
* Convert command `tunnel` to oclif, and fix port map spec issues. [Scott Lowe]
|
* Convert command `tunnel` to oclif, and fix port map spec issues. [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.3.7",
|
"version": "12.3.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.3.7",
|
"version": "12.3.8",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user