diff --git a/CHANGELOG.md b/CHANGELOG.md index ad83c3d9c..49723a72e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.2.0 + +- Add MIT License (PR #236) +- Create latest release branch as an alias of the latest release (PR #232) +- Create new app to preview govuk elements sass releases (PR #219) +- Fix the summary arrow in recent Firefox (PR #227) +- Remove button padding overriding the govuk_frontend_toolkit (PR #230) +- Don't copy the govuk_frontend_toolkit's images into an icons folder (PR #223) +- Fix path for rails and node environments (PR #234) + - Import the govuk_frontend_toolkit url-helpers partial + - If image-url is not defined (if we are not in a Rails environment), then set a path to /public/images +- Fix the skip link in Safari (PR #225) + # 1.1.4 - Fix issue #197, toggled content not displaying diff --git a/VERSION.txt b/VERSION.txt index 65087b4f5..26aaba0e8 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.1.4 +1.2.0 diff --git a/package.json b/package.json index 96027153e..356920da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govuk-elements-sass", - "version": "1.1.4", + "version": "1.2.0", "description": "GOVUK elements Sass files", "repository": "alphagov/govuk_elements", "license": "MIT",