axe-playwright 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.2.2](https://github.com/abhinaba-ghosh/axe-playwright/compare/v2.2.1...v2.2.2) (2025-09-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **types:** ensure custom axe-playwright types are resolved via typeRoots ([4ce358c](https://github.com/abhinaba-ghosh/axe-playwright/commit/4ce358c7ec6b2ad20f5452dc463e01e732f15c82))
11
+
5
12
  ### [2.2.1](https://github.com/abhinaba-ghosh/axe-playwright/compare/v2.2.0...v2.2.1) (2025-09-10)
6
13
 
7
14
  ## [2.2.0](https://github.com/abhinaba-ghosh/axe-playwright/compare/v2.1.0...v2.2.0) (2025-09-09)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axe-playwright",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Custom Playwright commands to inject axe-core and test for a11y",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",