Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 25, 2023
1 parent 790a4f6 commit c92455d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## v3.1.0 (2023-10-25)

#### :rocket: Enhancement
* [#459](https://github.com/emberjs/ember-test-waiters/pull/459) Improve waitFor() types ([@bendemboski](https://github.com/bendemboski))

#### :house: Internal
* [#456](https://github.com/emberjs/ember-test-waiters/pull/456) Remove IE11 from targets as the browser is not supported anymore -- this is only for `@ember/test-waiters`' own CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)


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

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

0 comments on commit c92455d

Please sign in to comment.