From 2774c7f1a14f8b9e12c72e6cb22967d45b7ac916 Mon Sep 17 00:00:00 2001 From: Aaron Goldenthal Date: Sun, 3 Nov 2024 20:27:01 -0600 Subject: [PATCH] Update documentation for v4.1.1 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b23c79..5dd7605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 4.1.1 (2024-11-03) + +### Fixes + +- Updated to [`aarongoldenthal/pa11y@8.2.1`](https://github.com/aarongoldenthal/pa11y/releases/tag/8.2.1), with the following changes: + - Updated to `axe-core@4.10.2`, which fixed several false positives. + - Updated to `puppeteer@23.6.1`, which includes updating to Chrome 130. + +### Miscellaneous + +- Moved `lint` CI job to Node 22, which is the Active LTS release as of 2024-10-29. +- Added tests for Node 23, released 2024-10-24. + ## 4.1.0 (2024-10-20) ### Changes diff --git a/package-lock.json b/package-lock.json index 5cd65c1..7afa579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.1.0", + "version": "4.1.1", "license": "LGPL-3.0-only", "dependencies": { "@aarongoldenthal/pa11y": "^8.2.1", diff --git a/package.json b/package.json index fe33ff1..0dd199a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.1.0", + "version": "4.1.1", "description": "Pa11y CI is a CI-centric accessibility test runner, built using Pa11y", "keywords": [ "accessibility",