Skip to content

Commit c1ccf49

Browse files
committed
Update package to 6.0.0 for latest axe-core version
1 parent 2908e4b commit c1ccf49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 5.0.1
26

37
- Pin axe-core to version 4.2.1 to prevent unintentional breaking changes from patch versions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-axe",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"description": "Custom Jest matcher for aXe for testing accessibility",
55
"repository": "nickcolley/jest-axe",
66
"main": "index.js",

0 commit comments

Comments
 (0)