Skip to content

Commit 0e3a95f

Browse files
committed
Release 8.1.1
1 parent 11cfab8 commit 0e3a95f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

addon/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55

66

77

8+
9+
## v8.1.1 (2024-10-31)
10+
11+
#### :bug: Bug Fix
12+
* [#1180](https://github.com/emberjs/ember-qunit/pull/1180) Fix @typs/qunit overrides for latest qunit version ([@vstefanovic97](https://github.com/vstefanovic97))
13+
14+
#### :house: Internal
15+
* [#1178](https://github.com/emberjs/ember-qunit/pull/1178) Remove pauseTest workaround ([@Krinkle](https://github.com/Krinkle))
16+
* [#1179](https://github.com/emberjs/ember-qunit/pull/1179) Fix tests on ember v6+ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### Committers: 3
19+
- Timo Tijhof ([@Krinkle](https://github.com/Krinkle))
20+
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
823
## v8.1.0 (2024-06-11)
924

1025
#### :rocket: Enhancement

addon/package.json

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

0 commit comments

Comments
 (0)