This commit is contained in:
Balena CI 2020-08-11 19:27:44 +03:00 committed by VersionBot
parent 71ff73c641
commit 5c8a5165e0
4 changed files with 44 additions and 2 deletions

View File

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

View File

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

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.14.3",
"version": "12.14.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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