Skip to content

Commit e3f1cb8

Browse files
committed
Release 2.9.2
1 parent 6675e10 commit e3f1cb8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2+
## v2.9.2 (2022-12-21)
3+
4+
#### :bug: Bug Fix
5+
* [#1302](https://github.com/emberjs/ember-test-helpers/pull/1302) [backport] Remove the index signature from `TestContext` ([@chriskrycho](https://github.com/chriskrycho))
6+
* Backporting [#1301](https://github.com/emberjs/ember-test-helpers/pull/1301) Remove the index signature from `TestContext` ([@dfreeman](https://github.com/dfreeman))
7+
* [#1303](https://github.com/emberjs/ember-test-helpers/pull/1303) `TestContext.resumeTest()` returns `void`, not `Promise<void>` ([@chriskrycho](https://github.com/chriskrycho))
8+
9+
#### Committers: 1
10+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
11+
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))
12+
113
## v2.9.1 (2022-12-16)
214

315
***Note:** these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/test-helpers",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)