From 12c8ab40470f5e6546a4a5464760c9ae2196ff1f Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Wed, 15 Aug 2018 09:39:39 +0000 Subject: [PATCH] Version 9.14.0 --- CHANGELOG.md | 7 ++----- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa95928f3e..533cb7de50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,10 @@ - Don't include changes that are purely internal. The CHANGELOG should be a useful summary for people upgrading their application, not a replication of the commit log. - -# Unreleased -* Add the 'about' property for the schema.org schema for an Article with live taxons (PR #482) - -## Unreleased +## 9.14.0 +* Add the 'about' property for the schema.org schema for an Article with live taxons (PR #482) * Improve step by step component double dot problem solving code (PR #473) ## 9.13.0 diff --git a/Gemfile.lock b/Gemfile.lock index bb41d28668..0c8ef19b86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.13.0) + govuk_publishing_components (9.14.0) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 6d62748885..dcaced1097 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.13.0'.freeze + VERSION = '9.14.0'.freeze end