Skip to content

Commit

Permalink
Version Packages (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 15, 2024
1 parent cbcd18e commit ae6b269
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/wet-queens-work.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ae6b269

Please sign in to comment.