Skip to content

Commit 4c2be94

Browse files
committed
Fix types
1 parent a692635 commit 4c2be94

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# expect-axe-playwright
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Fix missing TypeScript types.
8+
39
## 4.0.0
410

511
### Major Changes

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expect-axe-playwright",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Expect matchers to perform Axe accessibility tests in your Playwright tests.",
55
"author": "Widen",
66
"license": "ISC",
@@ -28,6 +28,7 @@
2828
"ts": "tsc"
2929
},
3030
"type": "module",
31+
"types": "./global.d.ts",
3132
"exports": {
3233
"types": "./global.d.ts",
3334
"import": "./dist/index.js",

0 commit comments

Comments
 (0)