This commit is contained in:
Balena CI 2020-03-19 21:16:18 +02:00
parent d138c40ebd
commit 6ec8bcddaa
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add support for `root` property on oclif commands
hash: f24c4a036c1781c745b60eafbb8daa8ee1f56042
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
version: 11.30.1
date: 2020-03-19T18:54:22.804Z
- commits: - commits:
- subject: Add support for primary/secondary oclif commands - subject: Add support for primary/secondary oclif commands
hash: 46b695cf2219e3f713c5d6ea2a5a4c32016fd068 hash: 46b695cf2219e3f713c5d6ea2a5a4c32016fd068

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.30.1 - 2020-03-19
* Add support for `root` property on oclif commands [Scott Lowe]
## 11.30.0 - 2020-03-19 ## 11.30.0 - 2020-03-19
* Add support for primary/secondary oclif commands [Scott Lowe] * Add support for primary/secondary oclif commands [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.30.0", "version": "11.30.1",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",