This commit is contained in:
Balena CI 2020-06-30 00:56:03 +03:00 committed by VersionBot
parent a76d49243c
commit c5628d0056
4 changed files with 16 additions and 2 deletions

View File

@ -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

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! 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
View File

@ -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": {

View File

@ -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",