This commit is contained in:
Balena CI 2020-05-01 08:26:26 +03:00 committed by VersionBot
parent a00db0f5d8
commit 275fa9c16b
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Improve oclif missing argument/flag errors
hash: 2a8eb3a6ed2ce54c557831f0d3700b64dc4abb91
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#1776'
resolves: '#1776'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.32.6
date: 2020-05-01T04:34:19.025Z
- commits:
- subject: Modify oclif help to match balena conventions
hash: 52c2b041da70967617a0cef633df6d1affcce8c3

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.6 - 2020-05-01
* Improve oclif missing argument/flag errors [Scott Lowe]
## 11.32.5 - 2020-05-01
* Modify oclif help to match balena conventions [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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