mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v11.32.15
This commit is contained in:
parent
c2561938c1
commit
f63be0b4cd
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: 'Improve presentation of errors, help'
|
||||
hash: 98a2c0635db750e86c6f7d980b2ee3a04677a560
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Resolves: '#1779 #1757'
|
||||
resolves: '#1779 #1757'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
version: 11.32.15
|
||||
date: 2020-05-06T08:52:58.882Z
|
||||
- commits:
|
||||
- subject: Disable oclif's ts-node registering when running against built code
|
||||
hash: dd20a8b00fa195d34bf4e0305fef96e876851c21
|
||||
|
@ -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/).
|
||||
|
||||
## 11.32.15 - 2020-05-06
|
||||
|
||||
* Improve presentation of errors, help [Scott Lowe]
|
||||
|
||||
## 11.32.14 - 2020-05-04
|
||||
|
||||
* Disable oclif's ts-node registering when running against built code [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.14",
|
||||
"version": "11.32.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.14",
|
||||
"version": "11.32.15",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user