Skip to content

Commit

Permalink
Merge pull request #309 from Shopify/release-1.14.2
Browse files Browse the repository at this point in the history
Release 1.14.2
  • Loading branch information
rochlefebvre authored Nov 11, 2024
2 parents c32d41a + f3aac30 commit 5e4b90e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Nil.

---
## [1.14.2] - 2024-11-11
- Update translations [#303](https://github.com/Shopify/worldwide/pull/303)

## [1.14.1] - 2024-11-08
- Improve Worldwide::Config.configure_i18n performance [#301](https://github.com/Shopify/worldwide/pull/301)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GIT
PATH
remote: .
specs:
worldwide (1.14.1)
worldwide (1.14.2)
activesupport (>= 7.0)
i18n
phonelib (~> 0.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/worldwide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Worldwide
VERSION = "1.14.1"
VERSION = "1.14.2"
end

0 comments on commit 5e4b90e

Please sign in to comment.