Skip to content

Commit 3d267cd

Browse files
committed
Release 2.2.1
1 parent 890b29a commit 3d267cd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.2.1 (2021-02-18)
2+
3+
#### :bug: Bug Fix
4+
* [#992](https://github.com/emberjs/ember-test-helpers/pull/992) Inline promise polyfill fallback. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### Committers: 1
7+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8+
9+
110
## v2.2.0 (2021-02-13)
211

312
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)