This commit is contained in:
Balena CI 2019-12-27 14:32:41 +02:00
parent 4666019c84
commit 4e95cb0cca
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Add --verbose and --json options to the 'devices supported' command
hash: 323c9191b6541285cbb44855b43acf01c5866d30
body: |
The command was also converted to oclif.
footer:
Resolves: '#467'
resolves: '#467'
Change-type: minor
change-type: minor
Signed-off-by: Paulo Castro <paulo@balena.io>
signed-off-by: Paulo Castro <paulo@balena.io>
author: Paulo Castro
version: 11.21.0
date: 2019-12-27T11:56:40.522Z
- commits:
- subject: Update livepush to fix windows path issue.
hash: 3cce8d822c246062dd4548cf7ac020469584ee39

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.21.0 - 2019-12-27
* Add --verbose and --json options to the 'devices supported' command [Paulo Castro]
## 11.20.2 - 2019-12-17
* Update livepush to fix windows path issue. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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