Skip to content

Commit

Permalink
0.0.158
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 5, 2022
1 parent 3c8c5d8 commit 70f2b13
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.158](https://github.com/wessberg/polyfiller/compare/v0.0.157...v0.0.158) (2022-05-05)


### Bug Fixes

* include globalThis when es is requested ([3c8c5d8](https://github.com/wessberg/polyfiller/commit/3c8c5d804ab7a4796833337cee9653d84053781b))



## [0.0.157](https://github.com/wessberg/polyfiller/compare/v0.0.156...v0.0.157) (2022-01-31)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,4 +773,4 @@ And, if you request `performance.now`, `date.now` will also be included since th
- `mutation-observer`
- `resize-observer`
- `broadcast-channel`
- `proto`
- `proto`
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": "@wessberg/polyfiller",
"version": "0.0.157",
"version": "0.0.158",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*",
Expand Down

0 comments on commit 70f2b13

Please sign in to comment.