From 3f084366dbf5990da778391e3c92a3756dc4524a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 5 Aug 2020 03:27:13 +0300 Subject: [PATCH] v12.12.0 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b7755c8c..649a41b3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'env add: Add ability to add env var to multiple locations in one command' + hash: bab98df87b181b9c1e16853ea5e5c17727a9bd3d + body: '' + footer: + Change-type: minor + change-type: minor + author: Nick Neisen + nested: [] + version: 12.12.0 + date: 2020-08-04T23:54:02.400Z - commits: - subject: Dont set the preloader config device type to intel-nuc hash: 505acc19db3c488f4149b6c823f3f6e7ec0a7c38 diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e7d394..f8908fe7 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.12.0 - 2020-08-04 + +* env add: Add ability to add env var to multiple locations in one command [Nick Neisen] + ## 12.11.3 - 2020-08-04 * Dont set the preloader config device type to intel-nuc [Alexis Svinartchouk] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9f10c677..9c45b169 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.11.3", + "version": "12.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 590071eb..767d98b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.11.3", + "version": "12.12.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",