v11.32.14

This commit is contained in:
Balena CI 2020-05-04 17:51:13 +03:00 committed by VersionBot
parent d9b044c1b8
commit ee54d638ad
4 changed files with 16 additions and 2 deletions

@ -1,3 +1,13 @@
- commits:
- subject: Disable oclif's ts-node registering when running against built code
hash: dd20a8b00fa195d34bf4e0305fef96e876851c21
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.14
date: 2020-05-04T14:11:56.748Z
- commits:
- subject: Convert `balena api-key generate` to oclif
hash: 83286e672968c8c43111020bd90db0f7fb44b36b

@ -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.14 - 2020-05-04
* Disable oclif's ts-node registering when running against built code [Pagan Gazzard]
## 11.32.13 - 2020-05-04
* Convert `balena api-key generate` to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated

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

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