Skip to content

Commit

Permalink
0.0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 12, 2019
1 parent c14c118 commit 4533434
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.72](https://github.com/wessberg/polyfiller/compare/v0.0.71...v0.0.72) (2019-03-12)

### Bug Fixes

- **feature detection:** adds feature detections for newer features such as Intl.ListFormat, String.prototype.matchAll, and Constructable Stylesheets/DocumentOrShadowRoot.adoptedStyleSheets ([c14c118](https://github.com/wessberg/polyfiller/commit/c14c118))

## [0.0.71](https://github.com/wessberg/polyfiller/compare/v0.0.70...v0.0.71) (2019-03-12)

### Bug Fixes
Expand Down
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.71",
"version": "0.0.72",
"description": "Never worry about polyfills again.",
"files": [
"dist/**/*.*",
Expand Down

0 comments on commit 4533434

Please sign in to comment.