From bba8512099da3ccb3b30b64d8f9b1184a2e156c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2019 08:46:31 +0000 Subject: [PATCH] chore(release): 5.0.5 [skip ci] ## [5.0.5](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.4...v5.0.5) (2019-10-31) ### Bug Fixes * class not added to missing attribute ([4f91825](https://github.com/matteobad/focus-within-polyfill/commit/4f91825)) * js-focus-within being malformed on blur ([c9c86c6](https://github.com/matteobad/focus-within-polyfill/commit/c9c86c6)) --- 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 13181aa..63589c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.0.5](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.4...v5.0.5) (2019-10-31) + + +### Bug Fixes + +* class not added to missing attribute ([4f91825](https://github.com/matteobad/focus-within-polyfill/commit/4f91825)) +* js-focus-within being malformed on blur ([c9c86c6](https://github.com/matteobad/focus-within-polyfill/commit/c9c86c6)) + ## [5.0.4](https://github.com/matteobad/focus-within-polyfill/compare/v5.0.3...v5.0.4) (2019-07-27) diff --git a/package-lock.json b/package-lock.json index db7af1f..f2940bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f1390ea..062960d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-within-polyfill", - "version": "5.0.4", + "version": "5.0.5", "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": {