Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent c6ead52 commit 8388563
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.2.0](https://github.com/wessberg/polyfiller/compare/v0.1.0...v0.2.0) (2023-01-23)


### Bug Fixes

* use exit code 0 in deploy script after successful deployment ([6da3e89](https://github.com/wessberg/polyfiller/commit/6da3e89a0fd41891de620cd5cc6323a21a02375c))



# [0.1.0](https://github.com/wessberg/polyfiller/compare/v0.0.164...v0.1.0) (2023-01-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,4 +688,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.1.0",
"version": "0.2.0",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*",
Expand Down

0 comments on commit 8388563

Please sign in to comment.