Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Oct 28, 2020
1 parent 620af29 commit d389c1c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v2.3.0 (2020-10-28)

#### :rocket: Enhancement
* [#173](https://github.com/emberjs/ember-test-waiters/pull/173) feat(wait-for) support coroutines/generators ([@bendemboski](https://github.com/bendemboski))

#### :house: Internal
* [#195](https://github.com/emberjs/ember-test-waiters/pull/195) Fix CI build ([@bendemboski](https://github.com/bendemboski))

#### Committers: 3
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- Thomas Wang ([@xg-wang](https://github.com/xg-wang))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v2.2.0 (2020-08-17)

#### :boom: Breaking Change
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-waiters",
"version": "2.2.0",
"version": "2.3.0",
"description": "Allow tests to be aware of addon / application asynchrony.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d389c1c

Please sign in to comment.