Skip to content

Commit

Permalink
Release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 2, 2023
1 parent 7665e2e commit bf7e37a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions addon/CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@




## v8.0.2 (2023-11-02)

#### :bug: Bug Fix
* [#1140](https://github.com/emberjs/ember-qunit/pull/1140) Remove the "Disable linting" checkbox ([@nelstrom](https://github.com/nelstrom))
- no supported version of ember-source / ember-cli has any overlap with the supported versions of libraries that utilized this capability
* [#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: 2
- Drew Neil ([@nelstrom](https://github.com/nelstrom))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


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

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

0 comments on commit bf7e37a

Please sign in to comment.