Version 3.1.0 (#246)

* Version 3.1.0

Also minor bump to pa11y-webservice

* Bump webservice so it includes data fixtures
This commit is contained in:
Jose Bolos
2019-09-27 11:44:24 +01:00
committed by GitHub
parent 102a237d2e
commit ea3183791c
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
# Changelog # Changelog
## 3.1.0 (2019-09-27)
* Display the task ID before each line of output, so it's clear to which task a line of output belongs to when they run in parallel.
* Bump pa11y-webservice version, which fixes an issue with some pages failing to run.
* Fix incorrect routes passing an invalid value to Mongo's ObjectID.
## 3.0.0 (2019-07-16) ## 3.0.0 (2019-07-16)
* Update pa11y to v5, which replaces Phantomjs with Headless Chrome * Update pa11y to v5, which replaces Phantomjs with Headless Chrome

View File

@@ -1,6 +1,6 @@
{ {
"name": "pa11y-dashboard", "name": "pa11y-dashboard",
"version": "3.0.0", "version": "3.1.0",
"private": true, "private": true,
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter", "description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",
"keywords": [ "keywords": [
@@ -33,7 +33,7 @@
"http-headers": "~3.0.2", "http-headers": "~3.0.2",
"moment": "~2.24.0", "moment": "~2.24.0",
"pa11y-webservice-client-node": "~2.0.0", "pa11y-webservice-client-node": "~2.0.0",
"pa11y-webservice": "~3.1.0", "pa11y-webservice": "~3.1.2",
"underscore": "~1.9.1" "underscore": "~1.9.1"
}, },
"devDependencies": { "devDependencies": {