diff --git a/.changeset/itchy-students-know.md b/.changeset/itchy-students-know.md deleted file mode 100644 index 07d4c7b..0000000 --- a/.changeset/itchy-students-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"axe-apca": patch ---- - -Compile distribution files so that they are compatible with node.js versions supporting ecmascript modules diff --git a/.changeset/little-drinks-drop.md b/.changeset/little-drinks-drop.md deleted file mode 100644 index 466d679..0000000 --- a/.changeset/little-drinks-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"axe-apca": patch ---- - -Fix typo in rules messages diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d6c4c..e429a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # axe-apca +## 0.0.4 + +### Patch Changes + +- [`95e3a68`](https://github.com/StackExchange/axe-apca/commit/95e3a68c581d6c54e7ec8d54ba5a5534943665e7) Thanks [@giamir](https://github.com/giamir)! - Compile distribution files so that they are compatible with node.js versions supporting ecmascript modules + +- [`1e300c6`](https://github.com/StackExchange/axe-apca/commit/1e300c64de3d67798d4ee3214da61a102d699cd3) Thanks [@giamir](https://github.com/giamir)! - Fix typo in rules messages + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 3b79be6..1a31dce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe-apca", "description": "Axe rules to check against APCA bronze and silver+ conformance levels.", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.js",