Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Apr 26, 2022
1 parent c44a60a commit 215ea5e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@

## v3.0.2 (2022-04-26)

#### :rocket: Enhancement
* [#377](https://github.com/emberjs/ember-test-waiters/pull/377) Adding more descriptive error message for unpaired endAsync calls ([@scalvert](https://github.com/scalvert))

#### :bug: Bug Fix
* [#388](https://github.com/emberjs/ember-test-waiters/pull/388) Ensure waiters are discovered even if multiple versions exist ([@rwjblue](https://github.com/rwjblue))
* [#376](https://github.com/emberjs/ember-test-waiters/pull/376) Fixes build issue with floating dependencies in CI ([@scalvert](https://github.com/scalvert))
* [#358](https://github.com/emberjs/ember-test-waiters/pull/358) Moving ember-cli-typescript to dependencies ([@scalvert](https://github.com/scalvert))
* [#357](https://github.com/emberjs/ember-test-waiters/pull/357) Avoid unreachable code after return warning ([@sandstrom](https://github.com/sandstrom))

#### :memo: Documentation
* [#387](https://github.com/emberjs/ember-test-waiters/pull/387) Migrate examples in the README.md to use async/await ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#381](https://github.com/emberjs/ember-test-waiters/pull/381) Migrate from Yarn@1 to NPM ([@rwjblue](https://github.com/rwjblue))

#### Committers: 3
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Steve Calvert ([@scalvert](https://github.com/scalvert))
- [@sandstrom](https://github.com/sandstrom)


## v3.0.1 (2022-01-06)

#### :bug: Bug Fix
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.0.1",
"version": "3.0.2",
"description": "Allow tests to be aware of addon / application asynchrony.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 215ea5e

Please sign in to comment.