Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.0...v4.1.0) (2019-05-02)

### Features

* add support for shadow dom ([01707bf](01707bf))
  • Loading branch information
semantic-release-bot committed May 2, 2019
1 parent 053a57c commit ddcbaec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [4.1.0](https://github.com/matteobad/focus-within-polyfill/compare/v4.0.0...v4.1.0) (2019-05-02)


### Features

* add support for shadow dom ([01707bf](https://github.com/matteobad/focus-within-polyfill/commit/01707bf))

# [4.0.0](https://github.com/matteobad/focus-within-polyfill/compare/v3.1.0...v4.0.0) (2019-05-01)


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.

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "focus-within-polyfill",
"version": "4.0.0",
"version": "4.1.0",
"description": "focus-within pseudo selector polyfill",
"main": "dist/focus-within-polyfill.js",
"module": "dist/focus-within-polyfill.mjs",
Expand Down Expand Up @@ -28,9 +28,9 @@
"pseudo-class",
"no-jquery",
"vanilla",
"vanilla-js",
"webcomponents",
"shadowRoot"
"vanilla-js",
"webcomponents",
"shadowRoot"
],
"author": "Matteo Badini",
"license": "MIT",
Expand Down

0 comments on commit ddcbaec

Please sign in to comment.