Skip to content

Commit

Permalink
chore(release): 5.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.7](v5.0.6...v5.0.7) (2020-04-11)

### Bug Fixes

* eslint ([0fa9cb7](0fa9cb7))
* update dependencies to remove vulnerabilities ([f49a048](f49a048))
  • Loading branch information
semantic-release-bot committed Apr 11, 2020
1 parent bb35d5e commit 348dbc9
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.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)


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.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": {
Expand Down

0 comments on commit 348dbc9

Please sign in to comment.