diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a53e57..13181aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.0.4](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.3...v5.0.4) (2019-07-27) + + +### Bug Fixes + +* travis config ([55e9570](https://github.com/matteobad/focus-within-polyfill/commit/55e9570)) +* travis config ([2327c1c](https://github.com/matteobad/focus-within-polyfill/commit/2327c1c)) + ## [5.0.3](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.2...v5.0.3) (2019-07-16) diff --git a/package-lock.json b/package-lock.json index aa20d2b..7646e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 29b807e..c8b64b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.3", + "version": "5.0.4", "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": {