Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.8.4 #997

Merged
merged 10 commits into from
Jan 25, 2024
58 changes: 0 additions & 58 deletions .github/workflows/create-release.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ jobs:
--generate-notes \
--repo ${{ github.repository }}
--target master
env:
GH_TOKEN: ${{ github.token }}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.4](https://github.com/dequelabs/axe-core-npm/compare/v4.8.3...v4.8.4) (2024-01-23)


### Bug Fixes

* **webdriverjs:** use new headless argument to fix selenium-webdriver@4.17.0 breaking release ([#992](https://github.com/dequelabs/axe-core-npm/issues/992)) ([0daba98](https://github.com/dequelabs/axe-core-npm/commit/0daba98684ede79bfb6488dd1b81f7d863e69d99))





## [4.8.3](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.3) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.8.3"
"version": "4.8.4"
}
Loading
Loading