Skip to content

Commit

Permalink
Merge pull request #320 from alphagov/release-0.22.3
Browse files Browse the repository at this point in the history
Release v0.22.3
  • Loading branch information
gemmaleigh authored Jul 13, 2017
2 parents 3cce938 + 8c4c20a commit 93ad239
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.22.3

- Fix the Django package – ensure setuptools uses the MANIFEST.in by setting the include_package_data flag to True, and fix a broken download link ([PR #319](https://github.com/alphagov/govuk_template/pull/319)).

# 0.22.2

- Revert ([PR #281](https://github.com/alphagov/govuk_template/pull/281)) add `text-decoration-skip: ink` to all links on GOV.UK. Chrome does a poor job of rendering underlines resulting in potentially confusing underlines that look like punctuation ([PR #316](https://github.com/alphagov/govuk_template/pull/316)).
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_template/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukTemplate
VERSION = "0.22.2"
VERSION = "0.22.3"
end

0 comments on commit 93ad239

Please sign in to comment.