We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d95c79 commit 1d93167Copy full SHA for 1d93167
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Changelog
2
3
-## 3.2.1 (2021-04-27)
+## 3.3.0 (2021-04-27)
4
5
+* Add new list view to the dashboard (thanks @sangitamane)
6
* Upgrade express-hbs to the latest version in order to address several potential vulnerabilities
7
* Fixes a MongoDB "ObjectID generation failed" error.
8
* Update pa11y-webservice to version 3.2.1 and pa11y to version 5.3.1
package.json
@@ -1,6 +1,6 @@
{
"name": "pa11y-dashboard",
- "version": "3.2.1",
+ "version": "3.3.0",
"private": true,
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",
"keywords": [
0 commit comments