diff --git a/CHANGELOG b/CHANGELOG index 1a61a87b91..7396196875 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -87,7 +87,7 @@ v2.2.3: date: 2017-06-01 changes: - Removed the disable property from link-in-text-block -v2.3: +v2.3.0: date: 2017-06-14 changes: - Overhaul of selectors API diff --git a/axe.d.ts b/axe.d.ts index f976b8698f..8203d5c4d6 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -1,4 +1,4 @@ -// Type definitions for axe-core 2.3 +// Type definitions for axe-core 2.3.0 // Project: https://github.com/dequelabs/axe-core // Definitions by: Marcy Sutton diff --git a/package.json b/package.json index a630cc38ea..76eef057f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe-core", "description": "Accessibility engine for automated Web UI testing", - "version": "2.3", + "version": "2.3.0", "license": "MPL-2.0", "contributors": [ {