diff --git a/.changeset/lovely-seals-burn.md b/.changeset/lovely-seals-burn.md deleted file mode 100644 index e0b34b31..00000000 --- a/.changeset/lovely-seals-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tabbable': minor ---- - -Add new `getTabIndex()` API which enables Focus-trap to determine tab indexes in the same way as Tabbable when necessary (see [focus-trap#974](https://github.com/focus-trap/focus-trap/pull/974)). diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a07f7e..df6c428b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.2.0 + +### Minor Changes + +- 18a093f: Add new `getTabIndex()` API which enables Focus-trap to determine tab indexes in the same way as Tabbable when necessary (see [focus-trap#974](https://github.com/focus-trap/focus-trap/pull/974)). + ## 6.1.2 ### Patch Changes diff --git a/package.json b/package.json index f406e348..4202ad02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabbable", - "version": "6.1.2", + "version": "6.2.0", "description": "Returns an array of all tabbable DOM nodes within a containing node.", "main": "dist/index.js", "module": "dist/index.esm.js",