diff --git a/.changeset/calm-toys-learn.md b/.changeset/calm-toys-learn.md deleted file mode 100644 index 57bde8f3..00000000 --- a/.changeset/calm-toys-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tabbable': patch ---- - -Fix crash with tabbable scoped table header elements ([#832](https://github.com/focus-trap/tabbable/issues/832)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 822280f8..b873abeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.0.1 + +### Patch Changes + +- 0aab1e3: Fix crash with tabbable scoped table header elements ([#832](https://github.com/focus-trap/tabbable/issues/832)) + ## 6.0.0 ### Major Changes diff --git a/package.json b/package.json index 129b770b..1d95a91d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabbable", - "version": "6.0.0", + "version": "6.0.1", "description": "Returns an array of all tabbable DOM nodes within a containing node.", "main": "dist/index.js", "module": "dist/index.esm.js",