diff --git a/.changeset/lucky-pots-add.md b/.changeset/lucky-pots-add.md deleted file mode 100644 index db8a383b..00000000 --- a/.changeset/lucky-pots-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tabbable': patch ---- - -use element.matches fallback for IE11 and Webkit5 diff --git a/.changeset/tidy-pears-bow.md b/.changeset/tidy-pears-bow.md deleted file mode 100644 index e420db63..00000000 --- a/.changeset/tidy-pears-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tabbable': patch ---- - -Update the code to use const/let and function declarations only for the repo; this does NOT affect browser compatibility as the code is still transpiled when published into the `./dist` directory for various targets. diff --git a/CHANGELOG.md b/CHANGELOG.md index 511c017e..c2d424d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 5.1.4 + +### Patch Changes + +- a188c71: use element.matches fallback for IE11 and Webkit5 +- 0d4cdf8: Update the code to use const/let and function declarations only for the repo; this does NOT affect browser compatibility as the code is still transpiled when published into the `./dist` directory for various targets. + ## 5.1.3 ### Patch Changes diff --git a/package.json b/package.json index 616cbcb0..2b429571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabbable", - "version": "5.1.3", + "version": "5.1.4", "description": "Returns an array of all tabbable DOM nodes within a containing node.", "main": "dist/index.js", "module": "dist/index.esm.js",