Skip to content

Commit

Permalink
Update documentation for v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongoldenthal committed Jan 10, 2025
1 parent d8c97b7 commit 2eecbb1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 8.5.0 (2025-01-10)

### Changes

- Updated to `[email protected]`.
- Includes security updates to Chrome 131 and updates to Firefox 134.
- Removes deprecated launch option interface, which should not be breaking as the new interface only adds capabilities. See [the `puppeteer` documentation](https://pptr.dev/api/puppeteer.launchoptions) for complete details.

### Fixes

- Updated to `[email protected]`, which has no functional changes for pa11y.

## 8.4.4 (2024-12-23)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ Copyright © 2013-2024, Team Pa11y and contributors
[npm]: https://www.npmjs.com/
[nvm]: https://github.com/nvm-sh/nvm
[promise]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
[puppeteer-browser]: https://pptr.dev/next/api/puppeteer.browser
[puppeteer-launch]: https://pptr.dev/next/api/puppeteer.puppeteerlaunchoptions
[puppeteer-browser]: https://pptr.dev/api/puppeteer.browser
[puppeteer-launch]: https://pptr.dev/api/puppeteer.launchoptions
[puppeteer-page]: https://pptr.dev/api/puppeteer.page
[puppeteer-viewport]: https://pptr.dev/api/puppeteer.page.setviewport
[semver range]: https://github.com/npm/node-semver#ranges
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aarongoldenthal/pa11y",
"version": "8.4.4",
"version": "8.5.0",
"description": "Pa11y is your automated accessibility testing pal",
"keywords": [
"accessibility",
Expand Down

0 comments on commit 2eecbb1

Please sign in to comment.