diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dbfade..5a05c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.0.81](https://github.com/wessberg/polyfiller/compare/v0.0.80...v0.0.81) (2019-04-06) + +### Bug Fixes + +- **proto:** makes the proto polyfill not entirely crash IE 8. Fixes [#5](https://github.com/wessberg/polyfiller/issues/5) ([4cfec27](https://github.com/wessberg/polyfiller/commit/4cfec27)) + ## [0.0.80](https://github.com/wessberg/polyfiller/compare/v0.0.79...v0.0.80) (2019-04-06) ### Features diff --git a/package.json b/package.json index 3a641ff..dcfe4f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wessberg/polyfiller", - "version": "0.0.80", + "version": "0.0.81", "description": "Never worry about polyfills again.", "files": [ "dist/**/*.*",