diff --git a/.changeset/wet-queens-work.md b/.changeset/wet-queens-work.md new file mode 100644 index 0000000..5de548b --- /dev/null +++ b/.changeset/wet-queens-work.md @@ -0,0 +1,8 @@ +--- +'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.