From c1ccf4900c6deccd1eeaf65b86fcd9163946e43c Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+nickcolley@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:16:05 +0000 Subject: [PATCH] Update package to 6.0.0 for latest axe-core version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",