diff --git a/.changeset/wet-queens-work.md b/.changeset/wet-queens-work.md deleted file mode 100644 index 5de548b..0000000 --- a/.changeset/wet-queens-work.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'axe-reporter-html': major ---- - -Fix CJS interop. This change generally shouldn't be breaking, but in case it is, -it's being marked as a major change. The result of this change is that ESM and -CJS should both work as intended without needing to do `require().default` -tricks. diff --git a/CHANGELOG.md b/CHANGELOG.md index bd55445..2bee25d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # axe-reporter-html +## 2.0.0 + +### Major Changes + +- cbcd18e: Fix CJS interop. This change generally shouldn't be breaking, but in case it is, + it's being marked as a major change. The result of this change is that ESM and + CJS should both work as intended without needing to do `require().default` + tricks. + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index cb92f44..883ba29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axe-reporter-html", - "version": "1.1.0", + "version": "2.0.0", "description": "Creates an HTML report from Axe results listing violations, passes, incomplete and incompatible results.", "author": "Widen", "license": "ISC",