Skip to content

Commit

Permalink
v5.1.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored May 27, 2024
1 parent cdc90ff commit 5324a50
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 73 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### v5.1.0

- Add `Promise.withResolvers` [`#23`](https://github.com/mrhenry/polyfill-library/pull/23) by @mhassan1
- Add `Event.scrollend` [`#30`](https://github.com/mrhenry/polyfill-library/pull/30)
- Fix `IteratorClose` to throw correctly [`#25`](https://github.com/mrhenry/polyfill-library/pull/25) by @mhassan1

#### v5.0.0

- Remove direct dependency on `@financial-times/polyfill-useragent-normaliser`.
Expand Down
143 changes: 71 additions & 72 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": "@mrhenry/polyfill-library",
"version": "5.0.0",
"version": "5.1.0",
"description": "A polyfill combinator",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 5324a50

Please sign in to comment.