Skip to content

Commit

Permalink
Release 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 13, 2021
1 parent 370d873 commit a1c3686
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v2.4.5 (2021-07-13)

#### :bug: Bug Fix
* [#280](https://github.com/emberjs/ember-test-waiters/pull/280) Fixes TS issue with mismatched type for deprecate ([@scalvert](https://github.com/scalvert))
* [#272](https://github.com/emberjs/ember-test-waiters/pull/272) Fix warnings when the legacy module deprecation is triggered ([@sandydoo](https://github.com/sandydoo))

#### :house: Internal
* [#285](https://github.com/emberjs/ember-test-waiters/pull/285) Running npx browserslist@latest --update-db ([@scalvert](https://github.com/scalvert))
* [#279](https://github.com/emberjs/ember-test-waiters/pull/279) Adds type checking to CI ([@scalvert](https://github.com/scalvert))
* [#270](https://github.com/emberjs/ember-test-waiters/pull/270) Adding octane edition to package.json ([@scalvert](https://github.com/scalvert))

#### Committers: 3
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
- Sander Melnikov ([@sandydoo](https://github.com/sandydoo))
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v2.4.4 (2021-05-14)

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

0 comments on commit a1c3686

Please sign in to comment.