diff --git a/CHANGELOG.md b/CHANGELOG.md index 607e366..7ecc01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.3.2 (2024-12-08) + +### Changes + +- Updated to [`aarongoldenthal/pa11y@8.4.2`](https://github.com/aarongoldenthal/pa11y/releases/tag/8.4.2), with the following changes: + - Updated to `puppeteer@23.10.1`, which includes security updates to Chrome 131 and updating to Firefox 133. + ## 4.3.1 (2024-11-24) ### Changes diff --git a/package-lock.json b/package-lock.json index 1111d1e..5e6ae28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.3.1", + "version": "4.3.2", "license": "LGPL-3.0-only", "dependencies": { "@aarongoldenthal/pa11y": "^8.4.2", diff --git a/package.json b/package.json index b7f6ccb..12ed3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aarongoldenthal/pa11y-ci", - "version": "4.3.1", + "version": "4.3.2", "description": "Pa11y CI is a CI-centric accessibility test runner, built using Pa11y", "keywords": [ "accessibility", @@ -61,4 +61,4 @@ "bin", "lib" ] -} +} \ No newline at end of file