Skip to content

Commit 0516882

Browse files
author
Robert Jackson
committed
Release 6.0.0
1 parent 5421553 commit 0516882

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v6.0.0 (2020-10-12)
2+
3+
#### :boom: Breaking Change
4+
* [#615](https://github.com/ember-cli/ember-exam/pull/615) Drop Node 13 support. ([@rwjblue](https://github.com/rwjblue))
5+
* [#600](https://github.com/ember-cli/ember-exam/pull/600) Drop Node 11 support. ([@thoov](https://github.com/thoov))
6+
7+
#### :rocket: Enhancement
8+
* [#599](https://github.com/ember-cli/ember-exam/pull/599) Embroider support when `staticAddonTestSupportTrees` enabled ([@thoov](https://github.com/thoov))
9+
10+
#### :bug: Bug Fix
11+
* [#410](https://github.com/ember-cli/ember-exam/pull/410) Fail if parallel is not a numeric value ([@step2yeung](https://github.com/step2yeung))
12+
13+
#### :memo: Documentation
14+
* [#612](https://github.com/ember-cli/ember-exam/pull/612) Update README.md ([@jrowlingson](https://github.com/jrowlingson))
15+
* [#588](https://github.com/ember-cli/ember-exam/pull/588) Add note about `--random` and `--load-balance` ([@kellyselden](https://github.com/kellyselden))
16+
17+
#### :house: Internal
18+
* [#614](https://github.com/ember-cli/ember-exam/pull/614) Update release automation setup. ([@rwjblue](https://github.com/rwjblue))
19+
* [#604](https://github.com/ember-cli/ember-exam/pull/604) Fixing bad yarn lock merge ([@thoov](https://github.com/thoov))
20+
* [#600](https://github.com/ember-cli/ember-exam/pull/600) Fix test suite to run mocha variants during CI ([@thoov](https://github.com/thoov))
21+
22+
#### Committers: 6
23+
- Jack Rowlingson ([@jrowlingson](https://github.com/jrowlingson))
24+
- Kelly Selden ([@kellyselden](https://github.com/kellyselden))
25+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
26+
- Stephen Yeung ([@step2yeung](https://github.com/step2yeung))
27+
- Travis Hoover ([@thoov](https://github.com/thoov))
28+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
29+
30+
131
v5.0.1 / 2020-04-21
232
===================
333
* Bump fs-extra from 8.1.0 to 9.0.0 <dependabot[bot]>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-exam",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)