mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v11.32.6
This commit is contained in:
parent
a00db0f5d8
commit
275fa9c16b
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.5",
|
||||
"version": "11.32.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user