Skip to content

Commit ec47df1

Browse files
Publish Next Version (#393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 19c7cbb commit ec47df1

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/eleven-goats-arrive.md

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

.changeset/few-taxis-perform.md

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# pleasantest
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#353](https://github.com/cloudfour/pleasantest/pull/353) [`19c7cbb`](https://github.com/cloudfour/pleasantest/commit/19c7cbb86e0be198c3c95c613c180356faab9e80) Thanks [@renovate](https://github.com/apps/renovate)! - Update puppeteer to 13.1.2
8+
9+
### Patch Changes
10+
11+
- [#391](https://github.com/cloudfour/pleasantest/pull/391) [`55a7d42`](https://github.com/cloudfour/pleasantest/commit/55a7d4205f756625bf5764ec4dd0a4287194b48c) Thanks [@renovate](https://github.com/apps/renovate)! - Update `dom-accessibility-api` to 0.5.11
12+
13+
`<input type="number" />` now maps to role `spinbutton` (was `textbox` before).
14+
15+
This is technically a breaking change for users which depended on the incorrect behavior of `getAccessibilityTree` with `input[type="number"]` previously mapping to `textbox`.
16+
317
## 1.5.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pleasantest",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"engines": {
55
"node": "^12.2 || 14 || 16 || 17"
66
},

0 commit comments

Comments
 (0)