Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Dec 18, 2024
1 parent 18d5ca9 commit a039eda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions addon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@




## v9.0.0 (2024-12-18)

#### :boom: Breaking Change
* [#1182](https://github.com/emberjs/ember-qunit/pull/1182) Require explicit calls to loadTests and setupEmberOnerrorValidation ([@ef4](https://github.com/ef4))

#### :house: Internal
* [#1181](https://github.com/emberjs/ember-qunit/pull/1181) Remove unused babel plugins ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## v8.1.1 (2024-10-31)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-qunit",
"version": "8.1.1",
"version": "9.0.0",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit a039eda

Please sign in to comment.