Skip to content

Commit 7f0fc8f

Browse files
author
ghosh-abhinaba
committed
chore(release): 2.2.0-0
1 parent 2f20011 commit 7f0fc8f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [2.2.0-0](https://github.com/abhinaba-ghosh/axe-playwright/compare/v2.1.0...v2.2.0-0) (2025-08-25)
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+
517
## [2.1.0] - 2024-08-25
618

719
### Features

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-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",
@@ -125,4 +125,4 @@
125125
}
126126
]
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)