We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2908e4b commit c1ccf49Copy full SHA for c1ccf49
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.0.0
2
+
3
+- Update axe-core to version 4.4.1 - thanks [@dafnem1](https://github.com/dafnem1).
4
5
# 5.0.1
6
7
- Pin axe-core to version 4.2.1 to prevent unintentional breaking changes from patch versions.
package.json
@@ -1,6 +1,6 @@
{
"name": "jest-axe",
- "version": "5.0.1",
+ "version": "6.0.0",
"description": "Custom Jest matcher for aXe for testing accessibility",
"repository": "nickcolley/jest-axe",
"main": "index.js",
0 commit comments