mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v11.30.0
This commit is contained in:
parent
c2f0f9a894
commit
dabe81c31b
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.29.5",
|
||||
"version": "11.30.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user