Skip to content

Commit e9fa0cd

Browse files
chore(release): 2.2.0
1 parent 58c5086 commit e9fa0cd

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
# Changelog
2+
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+
5+
## [2.2.0](https://github.com/abhinaba-ghosh/axe-playwright/compare/v2.1.0...v2.2.0) (2025-09-09)
6+
7+
8+
### Features
9+
10+
* added chnagelog ([2f20011](https://github.com/abhinaba-ghosh/axe-playwright/commit/2f2001164befa5bb708e694242e1b76212f211ce))
11+
12+
13+
### Bug Fixes
14+
15+
* change reporter conditionals in `checkA11y()` to fix `skipFailure` options not working when reporter is 'junit' ([b4514d0](https://github.com/abhinaba-ghosh/axe-playwright/commit/b4514d043ed747ab7079241f3dbb3670e12ce2f0))
16+
117
# changelog

package-lock.json

Lines changed: 2 additions & 2 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": "axe-playwright",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Custom Playwright commands to inject axe-core and test for a11y",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -74,4 +74,4 @@
7474
"tag": false
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)