From f53a69feb1ff0328dbe4ccbaa833eeb014e09392 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 4 Feb 2020 12:33:13 +0200 Subject: [PATCH] v11.25.1 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c3bfa39f..b2885974 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Remove unnecessary code now that typescript understands `process.exit` + hash: 27e1f3f7d7664fc59be9edac77ed5cef4201bf45 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.25.1 + date: 2020-02-03T18:12:13.160Z - commits: - subject: Add more tests for push/build/deploy commands (--convert-eol) hash: f9743b269ac3e54562a5074cd32835d66561eef6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a1e32e..50867c19 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.25.1 - 2020-02-03 + +* Remove unnecessary code now that typescript understands `process.exit` [Pagan Gazzard] + ## 11.25.0 - 2020-02-02 * Add more tests for push/build/deploy commands (--convert-eol) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8cb16b56..24662275 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.0", + "version": "11.25.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 279a9193..0a8abae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.0", + "version": "11.25.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",