diff --git a/.changeset/hungry-apples-cross.md b/.changeset/hungry-apples-cross.md deleted file mode 100644 index d1f3a40..0000000 --- a/.changeset/hungry-apples-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'expect-axe-playwright': major ---- - -Update to ESM-first. CommonJS is still supported. diff --git a/CHANGELOG.md b/CHANGELOG.md index c11e029..c0c815a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # expect-axe-playwright +## 4.0.0 + +### Major Changes + +- ea84151: Update to ESM-first. CommonJS is still supported. + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index 57457b5..a384739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expect-axe-playwright", - "version": "3.0.0", + "version": "4.0.0", "description": "Expect matchers to perform Axe accessibility tests in your Playwright tests.", "author": "Widen", "license": "ISC",