This commit is contained in:
Balena CI 2020-03-19 17:14:26 +02:00
parent c2f0f9a894
commit dabe81c31b
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add support for primary/secondary oclif commands
hash: 46b695cf2219e3f713c5d6ea2a5a4c32016fd068
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.30.0
date: 2020-03-19T14:48:23.139Z
- commits:
- subject: 'INSTALL.md: emphasize the standalone zip package recommendation for WSL'
hash: 0690554a9461c727bb0907d3a79d7f0a5239a197

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/).
## 11.30.0 - 2020-03-19
* Add support for primary/secondary oclif commands [Scott Lowe]
## 11.29.5 - 2020-03-18
* INSTALL.md: emphasize the standalone zip package recommendation for WSL [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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