This commit is contained in:
Balena CI 2020-10-02 15:22:36 +03:00 committed by VersionBot
parent 75687f51ac
commit 8a808e25d0
4 changed files with 19 additions and 2 deletions

View File

@ -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 <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",