Skip to content

Commit d5004f4

Browse files
committed
v9.0.0
1 parent 2e1b41b commit d5004f4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
5+
## v9.0.0 (2023-12-29)
6+
7+
#### :boom: Breaking Change
8+
* [#1125](https://github.com/ember-cli/ember-exam/pull/1125) Update ember to 5.5, drop Nodes below 18, drop Mocha support ([@andreyfel](https://github.com/andreyfel))
9+
10+
#### :rocket: Enhancement
11+
* [#963](https://github.com/ember-cli/ember-exam/pull/963) Add preserveTestName CLI flag to remove partition and browser ([@tasha-urbancic](https://github.com/tasha-urbancic))
12+
13+
#### :house: Internal
14+
* [#1127](https://github.com/ember-cli/ember-exam/pull/1127) Run node tests in CI ([@andreyfel](https://github.com/andreyfel))
15+
16+
#### Committers: 2
17+
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
18+
- Natasha Urbancic ([@tasha-urbancic](https://github.com/tasha-urbancic))
19+
20+
421
## v8.0.0 (2022-01-25)
522

623
#### :boom: Breaking Change

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": "8.0.0",
3+
"version": "9.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)