Skip to content

Commit

Permalink
0.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Apr 6, 2020
1 parent 00772bc commit 4f8780e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.100](https://github.com/wessberg/polyfiller/compare/v0.0.99...v0.0.100) (2020-04-06)

### Bug Fixes

- **pointer-event:** when combining the 'pointer-event' feature with the 'shadow-dom' feature, 'shadow-dom' must always be included first, given that both mutate EventTarget.prototype.addEventListener ([00772bc](https://github.com/wessberg/polyfiller/commit/00772bc292c96912423c11c5500d24ab3dfaa035))

## [0.0.99](https://github.com/wessberg/polyfiller/compare/v0.0.98...v0.0.99) (2020-04-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "@wessberg/polyfiller",
"version": "0.0.99",
"version": "0.0.100",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*",
Expand Down

0 comments on commit 4f8780e

Please sign in to comment.