Skip to content

Commit

Permalink
Version 0.18.2
Browse files Browse the repository at this point in the history
- Degrade gracefully when external JS can’t be loaded (PR #248)
  • Loading branch information
Robin Whittleton committed Sep 12, 2016
1 parent 94c0f7f commit 2ac01e2
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.18.2

- Degrade gracefully when external JS can’t be loaded ([PR #248](https://github.com/alphagov/govuk_template/pull/248))

# 0.18.1

- Remove gov.uk prefix from relative links when printing ([PR #234](https://github.com/alphagov/govuk_template/pull/234))
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.18.1"
VERSION = "0.18.2"
end

0 comments on commit 2ac01e2

Please sign in to comment.