mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.15.1
This commit is contained in:
parent
a0380848a0
commit
d131fb4fa8
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.15.0",
|
||||
"version": "12.15.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user