mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-10 04:39:54 +00:00
v11.31.5
This commit is contained in:
parent
8d9133e6a6
commit
57d0014e32
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: 'convert commands `key`, `keys`, `key add`, `key rm` to oclif.'
|
||||
hash: be82bcfa630631cb62bc6b586bed3fcdc501f2f8
|
||||
body: |
|
||||
Also:
|
||||
- Display keys with `name` instead of `title`.
|
||||
- Check for empty key before calling API.
|
||||
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.31.5
|
||||
date: 2020-04-20T14:09:33.928Z
|
||||
- commits:
|
||||
- subject: Review CONTRIBUTING.md and add 'instanceof' usage advice
|
||||
hash: e3b6db25d8be293f3b697dae6043d7655d63ca4d
|
||||
|
@ -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.31.5 - 2020-04-20
|
||||
|
||||
* convert commands `key`, `keys`, `key add`, `key rm` to oclif. [Scott Lowe]
|
||||
|
||||
## 11.31.4 - 2020-04-18
|
||||
|
||||
* Review CONTRIBUTING.md and add 'instanceof' usage advice [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.4",
|
||||
"version": "11.31.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.4",
|
||||
"version": "11.31.5",
|
||||
"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