Skip to content

Commit

Permalink
Merge pull request #1138 from emberjs/local-release-it-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Sep 13, 2023
2 parents e50529c + 2cabb1a commit 7322743
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-13)

#### :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 7322743

Please sign in to comment.