We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7373f commit dafee6bCopy full SHA for dafee6b
addon/CHANGELOG.md
@@ -4,6 +4,15 @@
4
5
6
7
+
8
+## v8.1.0 (2024-06-11)
9
10
+#### :rocket: Enhancement
11
+* [#1166](https://github.com/emberjs/ember-qunit/pull/1166) feat: introduce `theme` config and add `qunit-theme-ember` as option ([@IgnaceMaes](https://github.com/IgnaceMaes))
12
13
+#### Committers: 1
14
+- Ignace Maes ([@IgnaceMaes](https://github.com/IgnaceMaes))
15
16
## v8.0.2 (2023-11-02)
17
18
#### :bug: Bug Fix
addon/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-qunit",
3
- "version": "8.0.2",
+ "version": "8.1.0",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
0 commit comments