Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Oct 7, 2022
1 parent 443da09 commit 37a2065
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@


## v6.0.0 (2022-10-07)

#### :boom: Breaking Change
* [#972](https://github.com/emberjs/ember-qunit/pull/972) Add support for Ember v4, drop support for < Ember 3.24 and deprecated features ([@chriskrycho](https://github.com/chriskrycho))
* [#921](https://github.com/emberjs/ember-qunit/pull/921) Update ember-auto-import to 2.x ([@mydea](https://github.com/mydea))
* [#931](https://github.com/emberjs/ember-qunit/pull/931) Drop support for Node < 14 ([@mydea](https://github.com/mydea))

#### :rocket: Enhancement
* [#972](https://github.com/emberjs/ember-qunit/pull/972) Add support for Ember v4, drop support for < Ember 3.24 and deprecated features ([@chriskrycho](https://github.com/chriskrycho))

#### :bug: Bug Fix
* [#912](https://github.com/emberjs/ember-qunit/pull/912) Make sure focus related tests don't fail when the test container is hidden ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* [#914](https://github.com/emberjs/ember-qunit/pull/914) Fix CI ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 3
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Francesco Novy ([@mydea](https://github.com/mydea))

## v5.1.5 (2021-10-06)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-qunit",
"version": "5.1.5",
"version": "6.0.0",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 37a2065

Please sign in to comment.