From 5c8a5165e0705cfe71af0258e7bb180cfbdb5b77 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 11 Aug 2020 19:27:44 +0300 Subject: [PATCH] v12.14.4 --- .versionbot/CHANGELOG.yml | 35 +++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 07fae5c0..0e7d7c7a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,38 @@ +- commits: + - subject: 'Tests: Specify es2018 as preferred, matching normal usage' + hash: c35472e94ddd8e840014a7877daf0b6fe64f067f + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: 'Tests: Use a tmp data dir to avoid conflicts/overwriting existing data' + hash: 511bb05cb987d605f377d97fa4424facb0e14841 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: 'Tests: Use a mocha file helper to always load config-tests first' + hash: 53b2b54b23c69f0dfa6960b0d7b233a192da50ea + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: 'Tests: Share mocha options between commands in package.json' + hash: e7f753007ff36c0e675907345b20f458c62c3c7b + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 12.14.4 + date: 2020-08-11T15:53:00.903Z - commits: - subject: 'CI: Avoid duplicate windows/mac tests' hash: 4c664167f64d6c340ae83880a5b48c5fe0a981dd diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c45c0e7..545ca208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.14.4 - 2020-08-11 + +* Tests: Specify es2018 as preferred, matching normal usage [Pagan Gazzard] +* Tests: Use a tmp data dir to avoid conflicts/overwriting existing data [Pagan Gazzard] +* Tests: Use a mocha file helper to always load config-tests first [Pagan Gazzard] +* Tests: Share mocha options between commands in package.json [Pagan Gazzard] + ## 12.14.3 - 2020-08-11 * CI: Avoid duplicate windows/mac tests [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 416c9556..9f084f72 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.3", + "version": "12.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7698bf68..996012e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.3", + "version": "12.14.4", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",