mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.14.4
This commit is contained in:
parent
71ff73c641
commit
5c8a5165e0
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.3",
|
||||
"version": "12.14.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user