Skip to content

Commit a613809

Browse files
committed
Release 8.0.1
1 parent e50529c commit a613809

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

addon/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
6+
## v8.0.1 (2023-09-12)
7+
8+
#### :bug: Bug Fix
9+
* [#1137](https://github.com/emberjs/ember-qunit/pull/1137) Add 'types' to package.json#exports because newer typescript versions ignore the package.json#types entry when package.json#exports is present ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
514
## v8.0.0 (2023-09-12)
615

716
#### :boom: Breaking Change

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.0.0",
3+
"version": "8.0.1",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)