Skip to content

Commit

Permalink
Release 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 20, 2021
1 parent 179465a commit e55740d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v2.2.5 (2021-03-20)

#### :bug: Bug Fix
* [#1015](https://github.com/emberjs/ember-test-helpers/pull/1015) Update @ember/test-waiters to avoid window.Ember deprecations ([@rwjblue](https://github.com/rwjblue))
* [#1014](https://github.com/emberjs/ember-test-helpers/pull/1014) Update ember-cli-babel to avoid deprecations RE: window.Ember ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#1013](https://github.com/emberjs/ember-test-helpers/pull/1013) Update devDependencies to latest ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v2.2.4 (2021-03-19)

#### :bug: Bug Fix
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.2.4",
"version": "2.2.5",
"description": "Helpers for testing Ember.js applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit e55740d

Please sign in to comment.