Skip to content

Commit

Permalink
Release 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 21, 2022
1 parent 6675e10 commit e3f1cb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

## v2.9.2 (2022-12-21)

#### :bug: Bug Fix
* [#1302](https://github.com/emberjs/ember-test-helpers/pull/1302) [backport] Remove the index signature from `TestContext` ([@chriskrycho](https://github.com/chriskrycho))
* Backporting [#1301](https://github.com/emberjs/ember-test-helpers/pull/1301) Remove the index signature from `TestContext` ([@dfreeman](https://github.com/dfreeman))
* [#1303](https://github.com/emberjs/ember-test-helpers/pull/1303) `TestContext.resumeTest()` returns `void`, not `Promise<void>` ([@chriskrycho](https://github.com/chriskrycho))

#### Committers: 1
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
- Dan Freeman ([@dfreeman](https://github.com/dfreeman))

## v2.9.1 (2022-12-16)

***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!*
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/test-helpers",
"version": "2.9.1",
"version": "2.9.2",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e3f1cb8

Please sign in to comment.