Version 1.11.0

This commit is contained in:
Rowan Manning
2016-05-23 19:13:46 +01:00
parent b3a28bb1e8
commit 6bfb4f72d9
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
# Changelog # Changelog
## 1.11.0 (2016-05-23)
* Add the ability to configure task wait times
* Allow configuration by environment variables
* Update repository references to the new Pa11y organisation
* Add a changelog
## 1.10.0 (2016-05-18) ## 1.10.0 (2016-05-18)
* Automatically focus on the filter input box when you select the filter * Automatically focus on the filter input box when you select the filter

View File

@@ -139,5 +139,5 @@ Copyright © 20132016, Springer Nature
[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-0.10-brightgreen.svg [shield-node]: https://img.shields.io/badge/node.js%20support-0.10-brightgreen.svg
[shield-version]: https://img.shields.io/badge/version-1.10.0-blue.svg [shield-version]: https://img.shields.io/badge/version-1.11.0-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": "1.10.0", "version": "1.11.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",