Skip to content

Commit f204af5

Browse files
release: 0.6.1 (#935)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a593ee0 commit f204af5

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/two-eagles-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-poems-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# dom-accessibility-api changelog
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#934](https://github.com/eps1lon/dom-accessibility-api/pull/934) [`8acefc3`](https://github.com/eps1lon/dom-accessibility-api/commit/8acefc3311e481e6aa1bc678c2a065c9f88b4468) Thanks [@alonidiom](https://github.com/alonidiom)! - Support `aria-description` as descriptor
8+
9+
- [#933](https://github.com/eps1lon/dom-accessibility-api/pull/933) [`a593ee0`](https://github.com/eps1lon/dom-accessibility-api/commit/a593ee0853a6ede72c86b9b6be24773207aea0f8) Thanks [@jlp-craigmorten](https://github.com/jlp-craigmorten)! - Support `"none"` role as a synonym for the `"presentation"` role
10+
311
## 0.6.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dom-accessibility-api",
33
"description": "Implements https://w3c.github.io/accname/",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"type": "commonjs",

0 commit comments

Comments
 (0)