From 8a808e25d010ecc755758a3d79a0aad4fd655aa4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 2 Oct 2020 15:22:36 +0300 Subject: [PATCH] v12.23.3 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 533eb08c..54415d5d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Rename actions-oclif/ to commands/ + hash: eddbdfe0dcea8df801d11d398e72f34c8354f7e1 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.23.3 + date: 2020-10-02T11:45:45.519Z - commits: - subject: 'push: Fix accidental rename of `-e` (emulated) option' hash: 6133bb209687d5fe208ee1c31d19a435d9c077c3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a653ba..9405bbc6 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.3 - 2020-10-02 + +* Rename actions-oclif/ to commands/ [Scott Lowe] + ## 12.23.2 - 2020-10-02 * push: Fix accidental rename of `-e` (emulated) option [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index eaa4f888..7992fa31 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.23.2", + "version": "12.23.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46af63f7..66999d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.23.2", + "version": "12.23.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",