This commit is contained in:
Balena CI 2020-09-04 12:26:57 +03:00 committed by VersionBot
parent a0380848a0
commit d131fb4fa8
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Modify undervoltage status display in device command
hash: ffa8e245ba2fa024f4e35316a6e0cd5d6f91fdd0
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
nested: []
version: 12.15.1
date: 2020-09-04T08:36:31.301Z
- commits:
- subject: Add support for new device metrics to device command
hash: 88569066b58d7ca8e0035fac36e59918747654d7

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.1 - 2020-09-04
* Modify undervoltage status display in device command [Scott Lowe]
## 12.15.0 - 2020-09-03
* Add support for new device metrics to device command [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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