Skip to content

Commit

Permalink
Merge pull request #483 from alphagov/update-gem-9.14.0
Browse files Browse the repository at this point in the history
Version 9.14.0
  • Loading branch information
andysellick committed Aug 15, 2018
2 parents ceec08a + 12c8ab4 commit 38294ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = '9.13.0'.freeze
VERSION = '9.14.0'.freeze
end

0 comments on commit 38294ac

Please sign in to comment.