mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-07 03:29:57 +00:00
v12.3.0
This commit is contained in:
parent
a76d49243c
commit
c5628d0056
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Use @balena/es-version to set the desired es version for modules
|
||||||
|
hash: 488d9b901c38910ac3ef285598e3ffac1edf1392
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: 12.3.0
|
||||||
|
date: 2020-06-29T21:27:44.223Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Prepare for field based retrieval of device overall_status
|
- subject: Prepare for field based retrieval of device overall_status
|
||||||
hash: 3207a2922aa0d519bbd21701bce5e0ff2dde873a
|
hash: 3207a2922aa0d519bbd21701bce5e0ff2dde873a
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.3.0 - 2020-06-29
|
||||||
|
|
||||||
|
* Use @balena/es-version to set the desired es version for modules [Pagan Gazzard]
|
||||||
|
|
||||||
## 12.2.2 - 2020-06-29
|
## 12.2.2 - 2020-06-29
|
||||||
|
|
||||||
* Prepare for field based retrieval of device overall_status [Thodoris Greasidis]
|
* Prepare for field based retrieval of device overall_status [Thodoris Greasidis]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.2.2",
|
"version": "12.3.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.2.2",
|
"version": "12.3.0",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user