Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannako committed Feb 10, 2025
1 parent d593393 commit be59dcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Include a link to your pull request.
When adding a new banner to gov.uk page, release a minor version.
For typos, release a patch version.

# Unreleased
## 1.0.1

* Update the survey url and end date for "UKVI banner 30/12/2025"
* Update the survey url and end date for "UKVI banner 30/12/2025" ([PR #58](https://github.com/alphagov/govuk_web_banners/pull/58))

## 1.0.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_web_banners (1.0.0)
govuk_web_banners (1.0.1)
govuk_app_config
govuk_publishing_components
rails (>= 7)
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_web_banners/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukWebBanners
VERSION = "1.0.0".freeze
VERSION = "1.0.1".freeze
end

0 comments on commit be59dcf

Please sign in to comment.