Skip to content

Commit 0460c55

Browse files
authored
Merge pull request #185 from Shopify/release-0.15.0
Release version 0.15.0
2 parents a9a57bb + acbfa88 commit 0460c55

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
- Security in case of vulnerabilities.
2727

2828
## [Unreleased]
29+
30+
---
31+
## [0.15.0] - 2024-05-30
32+
2933
- Created npm package `@shopify/worldwide` (see [README.md](./lang/typescript/README.md)) [#167](https://github.com/Shopify/worldwide/pull/167)
3034
- Update additional_address_fields and introduce combined_address_format definitions, introduce Region#{field}_required? methods for street_name, street_number, and neighborhood [#177](https://github.com/Shopify/worldwide/pull/177)
3135

32-
---
3336
## [0.14.0] - 2024-05-29
3437

3538
- Add support for a line2 address field [#173](https://github.com/Shopify/worldwide/pull/173)

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
worldwide (0.14.0)
16+
worldwide (0.15.0)
1717
activesupport (>= 7.0)
1818
i18n
1919
phonelib (~> 0.8)

lib/worldwide/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Worldwide
4-
VERSION = "0.14.0"
4+
VERSION = "0.15.0"
55
end

worldwide.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.metadata["changelog_uri"] = "https://github.com/Shopify/worldwide/blob/main/CHANGELOG.md"
1919

2020
spec.files = %x(git ls-files -z).split("\x0").reject do |f|
21-
f.match(%r{^(rake|test|spec|features)/})
21+
f.match(%r{^(rake|test|spec|features|lang/typescript)/})
2222
end
2323
spec.bindir = "exe"
2424
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)