Skip to content

Commit

Permalink
chore(release): 5.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.4](v5.0.3...v5.0.4) (2019-07-27)

### Bug Fixes

* travis config ([55e9570](55e9570))
* travis config ([2327c1c](2327c1c))
  • Loading branch information
semantic-release-bot committed Jul 27, 2019
1 parent 221da65 commit 498b871
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.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)


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

0 comments on commit 498b871

Please sign in to comment.