diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0eedf85f..de3f4706 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f9f462..72328fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1de68ebd..62a2f480 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.13", + "version": "11.32.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eabd401a..0ee3a66f 100644 --- a/package.json +++ b/package.json @@ -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",