diff --git a/CHANGELOG.md b/CHANGELOG.md index 1505ab4..e537922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.0.0 + +- Update axe-core to version 4.4.1 - thanks [@dafnem1](https://github.com/dafnem1). + # 5.0.1 - Pin axe-core to version 4.2.1 to prevent unintentional breaking changes from patch versions. diff --git a/package.json b/package.json index 96808b0..6803de9 100644 --- a/package.json +++ b/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",