From 227de3638a9c384fd6ec541605f633fbbe4adf16 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Mon, 7 Nov 2016 15:03:19 +0000 Subject: [PATCH] Version 2.1.0 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb1a3c..1019156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## 2.1.0 (2016-11-07) + + * Allow for configuration files to be JavaScript rather than JSON + * Allow setting of HTTP headers for task runs + * Allow hiding/ignoring elements for task runs + * Update dependencies and devDependencies + * pa11y-webservice: ~2.0.1 to ^2.1.2 + * mocha: ^3 to ^2 (temporary – tests weren't running) + ## 2.0.1 (2016-09-12) * Update dependencies and devDependencies diff --git a/README.md b/README.md index 2e81b33..a431b74 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ NODE_ENV=development node index.js See [development instructions](#development) for more information about running locally (and restarting automatically when files change). -If you run into problems, check the [troubleshooting guide][troubleshooting]. +If you run into problems, check the [troubleshooting guide][troubleshooting]. Configurations @@ -157,5 +157,5 @@ Copyright © 2013–2016, 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-4–6-brightgreen.svg -[shield-version]: https://img.shields.io/badge/version-2.0.0-blue.svg +[shield-version]: https://img.shields.io/badge/version-2.1.0-blue.svg [shield-build]: https://img.shields.io/travis/pa11y/dashboard/master.svg diff --git a/package.json b/package.json index 98c40ec..4802714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pa11y-dashboard", - "version": "2.0.1", + "version": "2.1.0", "private": true, "description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",