Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit d674b16

Browse files
committed
Bump version to 0.2.1
Update @accesslint/core to ^0.6.6 (document element selector fix).
1 parent b863d87 commit d674b16

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accesslint/playwright",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Accessibility assertions for Playwright — toBeAccessible() matcher powered by AccessLint",
55
"license": "MIT",
66
"publishConfig": {
@@ -39,7 +39,7 @@
3939
"typecheck": "tsc --noEmit"
4040
},
4141
"dependencies": {
42-
"@accesslint/core": "^0.6.5"
42+
"@accesslint/core": "^0.6.6"
4343
},
4444
"devDependencies": {
4545
"@playwright/test": "^1.50.0",

0 commit comments

Comments
 (0)