diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d74fa..8a53e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.2...v5.0.3) (2019-07-16) + + +### Bug Fixes + +* package.json script ([79eff96](https://github.com/matteobad/focus-within-polyfill/commit/79eff96)) + ## [5.0.2](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.1...v5.0.2) (2019-07-16) diff --git a/package-lock.json b/package-lock.json index 58fd264..f5950b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 49b3ced..fefd3ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.2", + "version": "5.0.3", "description": "focus-within pseudo selector polyfill", "main": "dist/focus-within-polyfill.js", "scripts": {