diff --git a/CHANGELOG.md b/CHANGELOG.md index 7719c852..aa088437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.17.0 + +- Add CSS hook (`.js-hidden`) for hiding content when JS is enabled. Some apps + have an equivalent hook, which can be removed once upgraded to this version + # 0.16.4 - Fix publish the Jinja version of the template with a `package.json` for those diff --git a/lib/govuk_template/version.rb b/lib/govuk_template/version.rb index b33d6757..6b8a5a52 100644 --- a/lib/govuk_template/version.rb +++ b/lib/govuk_template/version.rb @@ -1,3 +1,3 @@ module GovukTemplate - VERSION = "0.16.4" + VERSION = "0.17.0" end