mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v11.21.0
This commit is contained in:
parent
4666019c84
commit
4e95cb0cca
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.20.2",
|
||||
"version": "11.21.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user