From c5628d0056b1bf1b25ef4f6220088bcd15ebc81c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 30 Jun 2020 00:56:03 +0300 Subject: [PATCH] v12.3.0 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d489bc41..1781640d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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: - subject: Prepare for field based retrieval of device overall_status hash: 3207a2922aa0d519bbd21701bce5e0ff2dde873a diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a0d016..8dbb4064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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 * Prepare for field based retrieval of device overall_status [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2c3ed5cd..da05cb16 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.2.2", + "version": "12.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 27fa9f55..7304cc87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.2.2", + "version": "12.3.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",