mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v11.32.7
This commit is contained in:
parent
ae75e1396e
commit
b5cac122cf
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.6",
|
||||
"version": "11.32.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user