From 498b871ea508568d42d109eca2efe4a8e7b962be Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jul 2019 13:29:26 +0000 Subject: [PATCH] chore(release): 5.0.4 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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": {