Skip to content

Commit 807375e

Browse files
committed
Release 2.1.0
1 parent 2c825ed commit 807375e

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
@@ -1,3 +1,13 @@
1+
## v2.1.0 (2020-11-16)
2+
3+
#### :rocket: Enhancement
4+
* [#943](https://github.com/emberjs/ember-test-helpers/pull/943) Allow `click`, `doubleClick`, and `triggerEvent` to trigger events on `window`. ([@scalvert](https://github.com/scalvert))
5+
6+
#### Committers: 2
7+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
8+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
9+
10+
111
## v2.0.1 (2020-10-29)
212

313
#### :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.0.1",
3+
"version": "2.1.0",
44
"description": "Helpers for testing Ember.js applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)