Skip to content

Commit 7a2f350

Browse files
authored
chore: merge master into develop (#460)
2 parents f10cd8a + 6cd5c9b commit 7a2f350

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [4.11.0](https://github.com/dequelabs/axe-core-gems/compare/v4.10.3...v4.11.0) (2025-10-16)
6+
7+
8+
### Features
9+
10+
* Update axe-core to v4.11.0 ([#452](https://github.com/dequelabs/axe-core-gems/issues/452)) ([8101733](https://github.com/dequelabs/axe-core-gems/commit/810173356753ea544dab57bade456d5758aa9f0d))
11+
12+
13+
### Bug Fixes
14+
15+
* allow passing extra options to Selenium::WebDriver ([#431](https://github.com/dequelabs/axe-core-gems/issues/431)) ([720be7c](https://github.com/dequelabs/axe-core-gems/commit/720be7ca2d6119edcb9f1e3b1d64354aafc653bf))
16+
* Update axe-core to v4.10.3 ([#433](https://github.com/dequelabs/axe-core-gems/issues/433)) ([29253e3](https://github.com/dequelabs/axe-core-gems/commit/29253e39fd5489b290bab981caf74ed6fc0a6972))
17+
18+
## [4.10.2](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.2) (2024-11-08)
19+
520
## [4.10.3](https://github.com/dequelabs/axe-core-gems/compare/v4.10.1...v4.10.3) (2025-04-11)
621

722
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-core-gems",
3-
"version": "4.10.3",
3+
"version": "4.11.0",
44
"license": "MPL-2.0",
55
"private": true,
66
"repository": {

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# this version is used by all the packages
22

33
module AxeCoreGems
4-
VERSION = "4.10.3"
4+
VERSION = "4.11.0"
55
end

0 commit comments

Comments
 (0)