From d8acc3f8148b982ebfb0d6fe0154fd49741d6e97 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:35:48 +0300 Subject: [PATCH] v12.23.2 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a0e6d1b7..533eb08c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'push: Fix accidental rename of `-e` (emulated) option' + hash: 6133bb209687d5fe208ee1c31d19a435d9c077c3 + body: | + Accidentally renamed during oclif conversion in CLI v12.9.7. + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.23.2 + date: 2020-10-02T09:00:21.328Z - commits: - subject: Update the CONTRIBUTING.md document hash: 48076464daa4d3aa6e86db6fe133d64ed50cf932 diff --git a/CHANGELOG.md b/CHANGELOG.md index bd22a8bd..35a653ba 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/). +## 12.23.2 - 2020-10-02 + +* push: Fix accidental rename of `-e` (emulated) option [Paulo Castro] + ## 12.23.1 - 2020-09-28 * Update the CONTRIBUTING.md document [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a164d5a7..eaa4f888 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.23.1", + "version": "12.23.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53e3e462..e5d878c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.23.1", + "version": "12.23.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",