Skip to content

Commit 8388563

Browse files
committed
0.2.0
1 parent c6ead52 commit 8388563

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.2.0](https://github.com/wessberg/polyfiller/compare/v0.1.0...v0.2.0) (2023-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* use exit code 0 in deploy script after successful deployment ([6da3e89](https://github.com/wessberg/polyfiller/commit/6da3e89a0fd41891de620cd5cc6323a21a02375c))
7+
8+
9+
110
# [0.1.0](https://github.com/wessberg/polyfiller/compare/v0.0.164...v0.1.0) (2023-01-23)
211

312

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,4 +688,4 @@ And, if you request `performance.now`, `date.now` will also be included since th
688688
- `mutation-observer`
689689
- `resize-observer`
690690
- `broadcast-channel`
691-
- `proto`
691+
- `proto`

package-lock.json

Lines changed: 2 additions & 2 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": "@wessberg/polyfiller",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Never worry about polyfills again.",
55
"files": [
66
"dist/**/*.*",

0 commit comments

Comments
 (0)