diff --git a/.changeset/sharp-bats-remember.md b/.changeset/sharp-bats-remember.md deleted file mode 100644 index 7f4564c..0000000 --- a/.changeset/sharp-bats-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apca-check": patch ---- - -fix: bug with array reversal diff --git a/CHANGELOG.md b/CHANGELOG.md index c51531d..44e86ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # apca-check +## 0.1.1 + +### Patch Changes + +- [#132](https://github.com/StackExchange/apca-check/pull/132) [`90ca26a`](https://github.com/StackExchange/apca-check/commit/90ca26ac7f5fd93ad61d4184936ba7d13440417d) Thanks [@MatteoPieroni](https://github.com/MatteoPieroni)! - fix: bug with array reversal + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 7cace6b..25ddf77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apca-check", "description": "Axe rules to check against APCA bronze and silver+ conformance levels.", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.js",