Skip to content

Commit 1791d57

Browse files
release: 0.5.11 (#797)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 279d28a commit 1791d57

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/small-chairs-fly.md

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

CHANGELOG.md

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

3+
## 0.5.11
4+
5+
### Patch Changes
6+
7+
- [#796](https://github.com/eps1lon/dom-accessibility-api/pull/796) [`cb38778`](https://github.com/eps1lon/dom-accessibility-api/commit/cb3877882c35b474fe25f04365f4c0af11e10fa6) Thanks [@calebeby](https://github.com/calebeby)! - `<input type="number" />` now maps to `role` `spinbutton` (was `textbox` before).
8+
39
## 0.5.10
410

511
### Patch 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.5.10",
4+
"version": "0.5.11",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"type": "commonjs",

0 commit comments

Comments
 (0)