From ee8de35881c2e84d3ff7c5847c256655e3d99bd5 Mon Sep 17 00:00:00 2001 From: Robin Whittleton Date: Tue, 25 Oct 2016 11:36:08 +0100 Subject: [PATCH] v0.19.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove external link styles (PR #231) - Remove extraneous copy of HTML5shiv that wasn’t being used (PR #254) - Update govuk_frontend_toolkit to latest version (PR #256) --- CHANGELOG.md | 6 ++++++ lib/govuk_template/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8cde3f5..afd36c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.19.0 + +- Remove external link styles ([PR #231](https://github.com/alphagov/govuk_template/pull/231)) +- Remove extraneous copy of HTML5shiv that wasn’t being used ([PR #254](https://github.com/alphagov/govuk_template/pull/254)) +- Update govuk_frontend_toolkit to latest version ([PR #256](https://github.com/alphagov/govuk_template/pull/256)) + # 0.18.3 - Add docs for adding `tabindex="-1"` to fix the skiplink ([PR #250](https://github.com/alphagov/govuk_template/pull/250)) diff --git a/lib/govuk_template/version.rb b/lib/govuk_template/version.rb index eaf5ad39..5b83e9ef 100644 --- a/lib/govuk_template/version.rb +++ b/lib/govuk_template/version.rb @@ -1,3 +1,3 @@ module GovukTemplate - VERSION = "0.18.3" + VERSION = "0.19.0" end