diff --git a/.changeset/happy-impalas-turn.md b/.changeset/happy-impalas-turn.md deleted file mode 100644 index a3707bd..0000000 --- a/.changeset/happy-impalas-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'expect-axe-playwright': minor ---- - -Update HTML report output. diff --git a/CHANGELOG.md b/CHANGELOG.md index cbafdb0..fb3fe92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # expect-axe-playwright +## 2.1.0 + +### Minor Changes + +- aaedb48: Update HTML report output. + ## 2.0.1 ### Patch Changes diff --git a/package.json b/package.json index 09280e8..2750890 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expect-axe-playwright", - "version": "2.0.1", + "version": "2.1.0", "description": "Expect matchers to perform Axe accessibility tests in your Playwright tests.", "author": "Widen", "license": "ISC",