This commit is contained in:
Balena CI 2020-07-02 11:50:21 +03:00 committed by VersionBot
parent d20beae926
commit 9e465217b2
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: 'balena ssh: Refactor error handling and test cases'
hash: 2307a15b105006f5704056fae0f67b15ff322595
body: ''
footer:
Connects-to: '#1896'
connects-to: '#1896'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Improve pkg dependency resolution (standalone zip package reliability)
hash: fe5e6a1dae3a83ee86870601bd98b2b08c792227
body: ''
footer:
Connects-to: '#1896'
connects-to: '#1896'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 12.3.9
date: 2020-07-02T08:24:37.101Z
- commits:
- subject: Enable long stack traces for `--debug` as well as `DEBUG=1`
hash: f6ca5ef3978e59739f9b5d9368921791fa67933b

View File

@ -4,6 +4,11 @@ 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.9 - 2020-07-02
* balena ssh: Refactor error handling and test cases [Paulo Castro]
* Improve pkg dependency resolution (standalone zip package reliability) [Paulo Castro]
## 12.3.8 - 2020-07-01
* Enable long stack traces for `--debug` as well as `DEBUG=1` [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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