Skip to content

Commit

Permalink
chore(release): 5.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.5](v5.0.4...v5.0.5) (2019-10-31)

### Bug Fixes

* class not added to missing attribute ([4f91825](4f91825))
* js-focus-within being malformed on blur ([c9c86c6](c9c86c6))
  • Loading branch information
semantic-release-bot committed Oct 31, 2019
1 parent 770a342 commit bba8512
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit bba8512

Please sign in to comment.