This commit is contained in:
Balena CI 2020-09-03 20:31:45 +03:00 committed by VersionBot
parent f0bd3a38db
commit 8631e22686
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add support for new device metrics to device command
hash: 88569066b58d7ca8e0035fac36e59918747654d7
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.15.0
date: 2020-09-03T16:52:42.403Z
- commits:
- subject: Convert oclif actions to async/await
hash: 42c6e1010f2df5aabb611b5206226175d9930901

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/).
## 12.15.0 - 2020-09-03
* Add support for new device metrics to device command [Scott Lowe]
## 12.14.18 - 2020-08-28
* Convert oclif actions to async/await [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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