Skip to content

Commit d17d27c

Browse files
committed
Release 2.7.0
1 parent a395635 commit d17d27c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66

77

8+
9+
## v2.7.0 (2022-04-04)
10+
11+
#### :rocket: Enhancement
12+
* [#1185](https://github.com/emberjs/ember-test-helpers/pull/1185) feat: add `start` and `end` hooks to the `fireEvent` helper ([@shamrt](https://github.com/shamrt))
13+
14+
#### Committers: 1
15+
- Shane Martin ([@shamrt](https://github.com/shamrt))
16+
17+
818
## v2.6.2 (2022-04-04)
919

1020
#### :bug: Bug Fix

package.json

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

0 commit comments

Comments
 (0)