Skip to content

Commit

Permalink
Publish Next Version (#393)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 31, 2022
1 parent 19c7cbb commit ec47df1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/eleven-goats-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-taxis-perform.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# pleasantest

## 1.6.0

### Minor Changes

- [#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

### Patch Changes

- [#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

`<input type="number" />` now maps to role `spinbutton` (was `textbox` before).

This is technically a breaking change for users which depended on the incorrect behavior of `getAccessibilityTree` with `input[type="number"]` previously mapping to `textbox`.

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pleasantest",
"version": "1.5.0",
"version": "1.6.0",
"engines": {
"node": "^12.2 || 14 || 16 || 17"
},
Expand Down

0 comments on commit ec47df1

Please sign in to comment.