Skip to content

Commit a039eda

Browse files
committed
Release 9.0.0
1 parent 18d5ca9 commit a039eda

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

addon/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77

88

9+
10+
## v9.0.0 (2024-12-18)
11+
12+
#### :boom: Breaking Change
13+
* [#1182](https://github.com/emberjs/ember-qunit/pull/1182) Require explicit calls to loadTests and setupEmberOnerrorValidation ([@ef4](https://github.com/ef4))
14+
15+
#### :house: Internal
16+
* [#1181](https://github.com/emberjs/ember-qunit/pull/1181) Remove unused babel plugins ([@ef4](https://github.com/ef4))
17+
18+
#### Committers: 1
19+
- Edward Faulkner ([@ef4](https://github.com/ef4))
20+
921
## v8.1.1 (2024-10-31)
1022

1123
#### :bug: Bug Fix

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-qunit",
3-
"version": "8.1.1",
3+
"version": "9.0.0",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)