Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jan 6, 2022
1 parent ef70c02 commit 211984c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v3.0.1 (2022-01-06)

#### :bug: Bug Fix
* [#350](https://github.com/emberjs/ember-test-waiters/pull/350) Fixes main entry point in package.json to point to built .js file ([@scalvert](https://github.com/scalvert))

#### :house: Internal
* [#355](https://github.com/emberjs/ember-test-waiters/pull/355) Running `npx browserlist@latest --update-db` ([@scalvert](https://github.com/scalvert))
* [#340](https://github.com/emberjs/ember-test-waiters/pull/340) Updates ember-try scenarios to work with ember-auto-import@2 ([@scalvert](https://github.com/scalvert))
* [#313](https://github.com/emberjs/ember-test-waiters/pull/313) add ember-lts-3.24 scenario ([@stefanpenner](https://github.com/stefanpenner))

#### Committers: 3
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v3.0.0 (2021-08-18)

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

0 comments on commit 211984c

Please sign in to comment.