diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de536406..4f0cff94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.1.3 + +- Bump govuk frontend toolki to 4.9.1 (PR #195) +- Use the GOV.UK lint gem for scss linting (PR #191) +- Use aria-describedby to associate a form hint with a form fields (PR #187) +- Bump govuk template to 0.17.0 (PR #186) +- Use 19px as the default font size for tabular data (PR #185) +- Remove invalid ARIA "breadcrumbs" role from the breadcrumb (PR #182) +- Copy base styles set by govuk template (PR #176) + # 1.1.2 - Add missing 2/3 width grid wrappers to example pages (#173) diff --git a/VERSION.txt b/VERSION.txt index 45a1b3f44..781dcb07c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.2 +1.1.3 diff --git a/package.json b/package.json index 958545928..450e9efc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govuk-elements-sass", - "version": "1.1.2", + "version": "1.1.3", "description": "GOVUK elements Sass files", "repository": "alphagov/govuk_elements", "engines": {