diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb2e68..76817ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.0.7](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.6...v5.0.7) (2020-04-11) + + +### Bug Fixes + +* eslint ([0fa9cb7](https://github.com/matteobad/focus-within-polyfill/commit/0fa9cb707e04b2787c2489c19068fff05e36e887)) +* update dependencies to remove vulnerabilities ([f49a048](https://github.com/matteobad/focus-within-polyfill/commit/f49a048fdd07fa0befa9ca9855fa5d3ac384df49)) + ## [5.0.6](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.5...v5.0.6) (2019-12-31) diff --git a/package-lock.json b/package-lock.json index 78d2583..b689133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.6", + "version": "5.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 29c7228..ed05270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.6", + "version": "5.0.7", "description": "Small vanilla javascript that feature detect the :focus-within pseudo selector and polyfills it with a standard css class if necessary.", "main": "dist/focus-within-polyfill.js", "scripts": {