diff --git a/.changeset/rare-cycles-nail.md b/.changeset/rare-cycles-nail.md deleted file mode 100644 index 09c8e778..00000000 --- a/.changeset/rare-cycles-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dom-accessibility-api": minor ---- - -add an `isDisabled` function to check if elements are disabled or not diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d39886c..e190f16e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # dom-accessibility-api changelog +## 0.6.0 + +### Minor Changes + +- [#919](https://github.com/eps1lon/dom-accessibility-api/pull/919) [`215955e`](https://github.com/eps1lon/dom-accessibility-api/commit/215955ee5ea3582d49471f327291924deb44ff42) Thanks [@MatanBobi](https://github.com/MatanBobi)! - add an `isDisabled` function to check if elements are disabled or not + ## 0.5.16 ### Patch Changes diff --git a/package.json b/package.json index 1b85da2e..83776264 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dom-accessibility-api", "description": "Implements https://w3c.github.io/accname/", - "version": "0.5.16", + "version": "0.6.0", "main": "dist/index.js", "module": "dist/index.mjs", "type": "commonjs",