Version 2.1.1

This commit is contained in:
Rowan Manning
2016-11-20 18:56:21 +00:00
parent c2fbcf4fa1
commit 5bc32fc68e
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
# Changelog
## 2.1.1 (2016-11-20)
* Use arrows instead of plus and minus for collapsibles/expanders
* Supply more detailed 500 messages
## 2.1.0 (2016-11-07)
* Allow for configuration files to be JavaScript rather than JSON

View File

@@ -157,5 +157,5 @@ Copyright © 20132016, Springer Nature
[info-build]: https://travis-ci.org/pa11y/dashboard
[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-version]: https://img.shields.io/badge/version-2.1.0-blue.svg
[shield-version]: https://img.shields.io/badge/version-2.1.1-blue.svg
[shield-build]: https://img.shields.io/travis/pa11y/dashboard/master.svg

View File

@@ -1,6 +1,6 @@
{
"name": "pa11y-dashboard",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",