Skip to content

Commit

Permalink
Release version 21.13.1 (#1208)
Browse files Browse the repository at this point in the history
Release version 21.13.1
  • Loading branch information
chao-xian authored Nov 26, 2019
2 parents 5c6b211 + 4fa4a82 commit 48bffc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 21.13.1

* Add a condition to check that we can use the content_security_policy feature supported from Rails 5.2.
* Add a condition to check that we can use the content_security_policy feature supported from Rails 5.2. ([PR #1206](https://github.com/alphagov/govuk_publishing_components/pull/1206))

## 21.13.0

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (21.13.0)
govuk_publishing_components (21.13.1)
gds-api-adapters
govuk_app_config
kramdown
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rouge (3.12.0)
rouge (3.13.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.6)
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 = '21.13.0'.freeze
VERSION = '21.13.1'.freeze
end

0 comments on commit 48bffc1

Please sign in to comment.