Skip to content

Commit 5324a50

Browse files
authored
v5.1.0 (#26)
1 parent cdc90ff commit 5324a50

File tree

3 files changed

+78
-73
lines changed

3 files changed

+78
-73
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
#### v5.1.0
6+
7+
- Add `Promise.withResolvers` [`#23`](https://github.com/mrhenry/polyfill-library/pull/23) by @mhassan1
8+
- Add `Event.scrollend` [`#30`](https://github.com/mrhenry/polyfill-library/pull/30)
9+
- Fix `IteratorClose` to throw correctly [`#25`](https://github.com/mrhenry/polyfill-library/pull/25) by @mhassan1
10+
511
#### v5.0.0
612

713
- Remove direct dependency on `@financial-times/polyfill-useragent-normaliser`.

package-lock.json

Lines changed: 71 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mrhenry/polyfill-library",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "A polyfill combinator",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)