Version 1.12.0

This commit is contained in:
Andrew Mee
2016-05-26 15:45:03 +01:00
parent ae6208d87e
commit 0a14a321d2
3 changed files with 20 additions and 2 deletions

View File

@@ -1,6 +1,24 @@
# Changelog
## 1.12.0 (2016-05-26)
* Update Node.js version support to 0.106.0
* Update dependencies
* body-parser: added at ~1.15
* chalk: ~0.2 to ~1.1
* compression: added at ~1.6
* express: ~3.4 to ~4.13
* express-hbs: ~0.2 to ~1.0
* moment: ~2.2 to ~2.13
* pa11y-webservice: ~1.10 to ~1.11
* pa11y-webservice-client-node: ~1.1 to ~1.2
* bower: ~1.2 to ~1.7
* cheerio: added at ~0.20
* jsdom: removed
* request: ~2.27 to ^2
* uglify-js: ~2.4 to ~2.6
## 1.11.0 (2016-05-23)
* Add the ability to configure task wait times

View File

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

View File

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