Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.2.0 #1028

Merged
merged 1 commit into from
Feb 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@


## v6.2.0 (2023-02-25)

#### :rocket: Enhancement
* [#1027](https://github.com/emberjs/ember-qunit/pull/1027) support Ember v5 ([@jelhan](https://github.com/jelhan))

#### :bug: Bug Fix
* [#1012](https://github.com/emberjs/ember-qunit/pull/1012) Add missing peer dependency on `@ember/test-helpers` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* [#1024](https://github.com/emberjs/ember-qunit/pull/1024) fix typo in docs ([@laynegt](https://github.com/laynegt))
* [#1001](https://github.com/emberjs/ember-qunit/pull/1001) Update migration docs for adopting native types in 6.1 ([@dfreeman](https://github.com/dfreeman))

#### :house: Internal
* [#1017](https://github.com/emberjs/ember-qunit/pull/1017) Migrate from htmlbars-inline-precompile to ember-cli-htmlbars ([@gitKrystan](https://github.com/gitKrystan))

#### Committers: 6
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
- Layne Tcheng ([@laynegt](https://github.com/laynegt))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v6.1.1 (2022-12-19)

#### :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": "6.1.1",
"version": "6.2.0",
"description": "QUnit helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down