Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Dec 29, 2023
1 parent 2e1b41b commit d5004f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog



## v9.0.0 (2023-12-29)

#### :boom: Breaking Change
* [#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))

#### :rocket: Enhancement
* [#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))

#### :house: Internal
* [#1127](https://github.com/ember-cli/ember-exam/pull/1127) Run node tests in CI ([@andreyfel](https://github.com/andreyfel))

#### Committers: 2
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
- Natasha Urbancic ([@tasha-urbancic](https://github.com/tasha-urbancic))


## v8.0.0 (2022-01-25)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-exam",
"version": "8.0.0",
"version": "9.0.0",
"description": "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d5004f4

Please sign in to comment.