From 723a19fe84f15c7bbe893a848dabecadf54b8c6b Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+nickcolley@users.noreply.github.com> Date: Wed, 2 Jun 2021 13:32:24 +0100 Subject: [PATCH] bump version to 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c64a68a..6693144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-axe", - "version": "4.1.0", + "version": "5.0.0", "description": "Custom Jest matcher for aXe for testing accessibility", "repository": "nickcolley/jest-axe", "main": "index.js",