We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70adfd commit 48779a9Copy full SHA for 48779a9
addon/CHANGELOG.md
@@ -7,6 +7,15 @@
7
8
9
10
+
11
+## v9.0.1 (2024-12-18)
12
13
+#### :bug: Bug Fix
14
+* [#1183](https://github.com/emberjs/ember-qunit/pull/1183) Export TestLoader ([@ef4](https://github.com/ef4))
15
16
+#### Committers: 1
17
+- Edward Faulkner ([@ef4](https://github.com/ef4))
18
19
## v9.0.0 (2024-12-18)
20
21
#### :boom: Breaking Change
addon/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-qunit",
3
- "version": "9.0.0",
+ "version": "9.0.1",
4
"description": "QUnit helpers for testing Ember.js applications",
5
"keywords": [
6
"ember-addon"
0 commit comments