-
Notifications
You must be signed in to change notification settings - Fork 101
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
chore(release): 4.7.0 #310
Conversation
* Fix code typo in README * Fix another README typo
Co-authored-by: michael-siek <michael-siek@users.noreply.github.com>
Co-authored-by: AdnoC <adam.r.cutler@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release seems to be behind and tagging wrong changelogs 👀
### 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)) | ||
* Update axe-core to v4.7.0 ([#307](https://github.com/dequelabs/axe-core-maven-html/issues/307)) ([d1e0fd9](https://github.com/dequelabs/axe-core-maven-html/commit/d1e0fd9c10aa0f891bb7064cc48b954cc2e04bd7)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not correct, this was released in 4.6
@@ -2,12 +2,12 @@ | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | |||
<artifactId>playwright</artifactId> | |||
<version>4.5.1</version> | |||
<version>4.6.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also 1 version behind
4.7.0 (2023-04-21)
Features
Bug Fixes