Skip to content

Commit ad6bb0b

Browse files
authored
Merge pull request #1028 from emberjs/release-v6.2.0
Release 6.2.0
2 parents 3c33e9d + eefe72c commit ad6bb0b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

2+
3+
## v6.2.0 (2023-02-25)
4+
5+
#### :rocket: Enhancement
6+
* [#1027](https://github.com/emberjs/ember-qunit/pull/1027) support Ember v5 ([@jelhan](https://github.com/jelhan))
7+
8+
#### :bug: Bug Fix
9+
* [#1012](https://github.com/emberjs/ember-qunit/pull/1012) Add missing peer dependency on `@ember/test-helpers` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :memo: Documentation
12+
* [#1024](https://github.com/emberjs/ember-qunit/pull/1024) fix typo in docs ([@laynegt](https://github.com/laynegt))
13+
* [#1001](https://github.com/emberjs/ember-qunit/pull/1001) Update migration docs for adopting native types in 6.1 ([@dfreeman](https://github.com/dfreeman))
14+
15+
#### :house: Internal
16+
* [#1017](https://github.com/emberjs/ember-qunit/pull/1017) Migrate from htmlbars-inline-precompile to ember-cli-htmlbars ([@gitKrystan](https://github.com/gitKrystan))
17+
18+
#### Committers: 6
19+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
20+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
21+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
22+
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
23+
- Layne Tcheng ([@laynegt](https://github.com/laynegt))
24+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
25+
226
## v6.1.1 (2022-12-19)
327

428
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-qunit",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "QUnit helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)