Compare commits

...

2 Commits
2.4.0 ... 2.4.1

Author SHA1 Message Date
Rowan Manning
93bea1dbac Version 2.4.1 2017-11-28 14:56:32 +00:00
Rowan Manning
7307fd6d61 Update pa11y-webservice to fix HTML CodeSniffer 2017-11-28 14:55:06 +00:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
# Changelog # Changelog
## 2.4.1 (2017-11-28)
* Update dependencies
* pa11y-webservice: ^2.3.0 to ^2.3.1
## 2.4.0 (2017-11-23) ## 2.4.0 (2017-11-23)
* Add the ability to export the results graph as a PNG, see #197 for more information * Add the ability to export the results graph as a PNG, see #197 for more information

View File

@@ -156,5 +156,5 @@ Copyright © 20132017, Team Pa11y
[info-build]: https://travis-ci.org/pa11y/pa11y-dashboard [info-build]: https://travis-ci.org/pa11y/pa11y-dashboard
[shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg [shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg
[shield-node]: https://img.shields.io/badge/node.js%20support-46-brightgreen.svg [shield-node]: https://img.shields.io/badge/node.js%20support-46-brightgreen.svg
[shield-version]: https://img.shields.io/badge/version-2.4.0-blue.svg [shield-version]: https://img.shields.io/badge/version-2.4.1-blue.svg
[shield-build]: https://img.shields.io/travis/pa11y/pa11y-dashboard/master.svg [shield-build]: https://img.shields.io/travis/pa11y/pa11y-dashboard/master.svg

View File

@@ -1,6 +1,6 @@
{ {
"name": "pa11y-dashboard", "name": "pa11y-dashboard",
"version": "2.4.0", "version": "2.4.1",
"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": [
@@ -31,7 +31,7 @@
"express-hbs": "~1.0", "express-hbs": "~1.0",
"http-headers": "^3.0.1", "http-headers": "^3.0.1",
"moment": "~2.15.2", "moment": "~2.15.2",
"pa11y-webservice": "^2.3.0", "pa11y-webservice": "^2.3.1",
"pa11y-webservice-client-node": "^1.2.1", "pa11y-webservice-client-node": "^1.2.1",
"underscore": "~1.8" "underscore": "~1.8"
}, },