diff --git a/.circleci/config.yml b/.circleci/config.yml
index 612e803c..a96a6176 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -32,7 +32,7 @@ jobs:
- checkout
- restore_cache:
key: npm-v1-deps-{{ checksum "package-lock.json" }}-{{ checksum "selenium/package-lock.json" }}-{{ checksum "playwright/package-lock.json" }}
- - run: mvn license:add-third-party
+ - run: mvn compile license:add-third-party
- run:
name: Selenium Licenses
command: node .circleci/license-check.js selenium/target/generated-sources/license/THIRD-PARTY.txt
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 458e9717..6e14c827 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+## [4.6.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.5.1...v4.6.0) (2023-01-19)
+
+
+### Features
+
+* **playwright, selenium:** add support for new include/exclude selectors and axe-core 4.6
+ ([#283](https://github.com/dequelabs/axe-core-maven-html/issues/283))
+ ([8736a9c](https://github.com/dequelabs/axe-core-maven-html/commit/8736a9c501e36a5808d96ea04827d14579635a78))
+
### [4.5.1](https://github.com/dequelabs/axe-core-maven-html/compare/v4.5.0...v4.5.1) (2022-11-15)
diff --git a/package.json b/package.json
index 8fa5ffdb..5eae58b0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "axe-core-maven-html",
- "version": "4.5.1",
+ "version": "4.6.0",
"license": "ISC",
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
diff --git a/playwright/package.json b/playwright/package.json
index e10c1f16..d43293cc 100644
--- a/playwright/package.json
+++ b/playwright/package.json
@@ -1,6 +1,6 @@
{
"name": "axe-core-maven-html-playwright",
- "version": "4.5.1",
+ "version": "4.6.0",
"license": "MPL",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
diff --git a/playwright/pom.xml b/playwright/pom.xml
index 4f01d20a..60637993 100644
--- a/playwright/pom.xml
+++ b/playwright/pom.xml
@@ -2,12 +2,12 @@
4.0.0
playwright
- 4.5.1
+ 4.6.0
jar
com.deque.html.axe-core
virtual-superpackage
- 4.5.1
+ 4.6.0
../pom.xml
Axe-core Playwright Java
@@ -290,8 +290,8 @@
com.deque.html.axe-core
dequeutilites
- 4.5.1
+ 4.6.0
compile
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index 7359b1e6..fd569bf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.deque.html.axe-core
virtual-superpackage
- 4.5.1
+ 4.6.0
pom
Axe-core-maven-html Superpackage
axe-core-maven-html superpackage containing; selenium, playwright, and, utilities
@@ -117,4 +117,4 @@
-
\ No newline at end of file
+
diff --git a/selenium/package.json b/selenium/package.json
index 19bae24a..2d5d41ea 100644
--- a/selenium/package.json
+++ b/selenium/package.json
@@ -1,6 +1,6 @@
{
"name": "axe-core-maven-html-selenium",
- "version": "4.5.1",
+ "version": "4.6.0",
"license": "UNLICENSED",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
diff --git a/selenium/pom.xml b/selenium/pom.xml
index f894cb5f..b020c606 100644
--- a/selenium/pom.xml
+++ b/selenium/pom.xml
@@ -2,12 +2,12 @@
4.0.0
selenium
- 4.5.1
+ 4.6.0
jar
com.deque.html.axe-core
virtual-superpackage
- 4.5.1
+ 4.6.0
../pom.xml
@@ -208,8 +208,8 @@
com.deque.html.axe-core
dequeutilites
- 4.5.1
+ 4.6.0
compile
-
\ No newline at end of file
+
diff --git a/utilities/pom.xml b/utilities/pom.xml
index e03936f6..a0763ca0 100644
--- a/utilities/pom.xml
+++ b/utilities/pom.xml
@@ -4,14 +4,14 @@
com.deque.html.axe-core
virtual-superpackage
- 4.5.1
+ 4.6.0
../pom.xml
Axe-core maven utilities
axe-core-maven-html utility classes used in all packages
https://github.com/dequelabs/axe-core-maven-html
dequeutilites
- 4.5.1
+ 4.6.0
jar
@@ -121,4 +121,4 @@
compile
-
\ No newline at end of file
+