Skip to content

Commit

Permalink
Version 9.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Aug 15, 2018
1 parent ceec08a commit 12c8ab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = '9.13.0'.freeze
VERSION = '9.14.0'.freeze
end

0 comments on commit 12c8ab4

Please sign in to comment.