Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 12, 2023
1 parent e50529c commit a613809
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions addon/CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@




## v8.0.1 (2023-09-12)

#### :bug: Bug Fix
* [#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))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v8.0.0 (2023-09-12)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion addon/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-qunit",
"version": "8.0.0",
"version": "8.0.1",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit a613809

Please sign in to comment.