This commit is contained in:
Balena CI 2020-05-01 11:25:23 +03:00 committed by VersionBot
parent ae75e1396e
commit b5cac122cf
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Convert app commands to oclif
hash: 3b519f02581d19cb48e2aaa3b1f3cadd1c007fab
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.32.7
date: 2020-05-01T06:52:04.516Z
- commits:
- subject: Improve oclif missing argument/flag errors
hash: 2a8eb3a6ed2ce54c557831f0d3700b64dc4abb91

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.32.7 - 2020-05-01
* Convert app commands to oclif [Scott Lowe]
## 11.32.6 - 2020-05-01
* Improve oclif missing argument/flag errors [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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