We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3462f0 commit 3b76433Copy full SHA for 3b76433
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 4.2.0 (2022-03-30)
4
+
5
+* Add request logging for easier debugging
6
+* Dependencies update
7
8
## 4.1.0 (2021-11-26)
9
10
* Add support for new WCAG 2.1 rules and remove all references to Section 508.
package.json
@@ -1,6 +1,6 @@
{
"name": "pa11y-dashboard",
- "version": "4.1.0",
+ "version": "4.2.0",
"private": true,
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",
"keywords": [
0 commit comments