Skip to content

Commit ce96dd6

Browse files
committed
Release 2.2.0
1 parent e63a042 commit ce96dd6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v2.2.0 (2021-02-13)
2+
3+
#### :rocket: Enhancement
4+
* [#987](https://github.com/emberjs/ember-test-helpers/pull/987) Support getOwner ([@ef4](https://github.com/ef4))
5+
6+
#### :house: Internal
7+
* [#988](https://github.com/emberjs/ember-test-helpers/pull/988) Bumping version of `@ember/test-waiters` to avoid issues in Embroider builds ([@thoov](https://github.com/thoov))
8+
* [#949](https://github.com/emberjs/ember-test-helpers/pull/949) Polyfilled test selector optimizations ([@izelnakri](https://github.com/izelnakri))
9+
10+
#### Committers: 4
11+
- Edward Faulkner ([@ef4](https://github.com/ef4))
12+
- Izel Nakri ([@izelnakri](https://github.com/izelnakri))
13+
- Travis Hoover ([@thoov](https://github.com/thoov))
14+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
15+
16+
117
## v2.1.4 (2020-12-18)
218

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

0 commit comments

Comments
 (0)