diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2f2b4788..0688c1e84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [2.5.0](https://github.com/dequelabs/axe-core/compare/v2.4.2...v2.5.0) (2017-11-06) + + +### Bug Fixes + +* **aria-errormessage:** adds support for aria-errormessage ([#517](https://github.com/dequelabs/axe-core/issues/517)) ([465d41d](https://github.com/dequelabs/axe-core/commit/465d41d)) +* adjust aria-errormessage for the 2x branch ([19232e5](https://github.com/dequelabs/axe-core/commit/19232e5)) +* Merge options.resultTypes ([7b28c22](https://github.com/dequelabs/axe-core/commit/7b28c22)) +* Merge required-children.js fix into v2 ([86b4a0e](https://github.com/dequelabs/axe-core/commit/86b4a0e)) + + +### Features + +* **reporter:** return one result of each type instead of zero when resultTypes is used ([#606](https://github.com/dequelabs/axe-core/issues/606)) ([482374f](https://github.com/dequelabs/axe-core/commit/482374f)), closes [#605](https://github.com/dequelabs/axe-core/issues/605) + + + ## [2.4.2](https://github.com/dequelabs/axe-core/compare/v2.4.1...v2.4.2) (2017-09-25) diff --git a/axe.d.ts b/axe.d.ts index 0654ad8de2..765a02763a 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -1,4 +1,4 @@ -// Type definitions for axe-core 2.4.0 +// Type definitions for axe-core 2.5.0 // Project: https://github.com/dequelabs/axe-core // Definitions by: Marcy Sutton diff --git a/bower.json b/bower.json index 989ae04cad..eeb08c355f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "axe-core", - "version": "2.4.2", + "version": "2.5.0", "contributors": [ { "name": "David Sturley", diff --git a/package.json b/package.json index c2890f3afd..7875d6b92c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe-core", "description": "Accessibility engine for automated Web UI testing", - "version": "2.4.2", + "version": "2.5.0", "license": "MPL-2.0", "engines": { "node": ">=4" diff --git a/sri-history.json b/sri-history.json index 7e9ded47e3..f0ce329565 100644 --- a/sri-history.json +++ b/sri-history.json @@ -62,5 +62,9 @@ "2.4.2": { "axe.js": "sha256-N21EZIlTis66XyG9F0DUSG+makyS31j4/yIBtvLKjHc=", "axe.min.js": "sha256-uvfxOT2C0Y0fXlGDYDeDwYkBaZT3VgVMXEuSjG5TA14=" + }, + "2.5.0": { + "axe.js": "sha256-NYUXSdma9KjPfzmpt7jw/hlbmeAha8K3zEA2UOW+eWw=", + "axe.min.js": "sha256-7MV3BvKtgHeecwFjYOBYJbmOhvh2wdTGU7odxgpcrG0=" } } \ No newline at end of file