Skip to content

Commit

Permalink
Merge pull request #302 from Shopify/release-1.14.1
Browse files Browse the repository at this point in the history
Release 1.14.1
  • Loading branch information
rochlefebvre authored Nov 8, 2024
2 parents b30449f + 52e5772 commit 8b5a664
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Security in case of vulnerabilities.

## [Unreleased]
- Improve Worldwide::Config.configure_i18n performance [#301](https://github.com/Shopify/worldwide/pull/301)
- Nil.

---

## [1.14.1] - 2024-11-08
- Improve Worldwide::Config.configure_i18n performance [#301](https://github.com/Shopify/worldwide/pull/301)

## [1.14.0] - 2024-11-07
- Add example_city_zip and priority accessors to Regions [#298](https://github.com/Shopify/worldwide/pull/298)
- Add tax_type accessor to Regions [#299](https://github.com/Shopify/worldwide/pull/299)
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.0)
worldwide (1.14.1)
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.0"
VERSION = "1.14.1"
end

0 comments on commit 8b5a664

Please sign in to comment.