Skip to content

Commit 37f4d03

Browse files
Merge pull request #186 from Shopify/stable-release
Stable release, 1.0.0
2 parents 7e816ad + 91681d5 commit 37f4d03

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727

2828
## [Unreleased]
2929

30-
- update neighborhood too_long error message, add MX, PH neighborhood labels [#182](https://github.com/Shopify/worldwide/pull/182)
30+
- Nil.
3131

3232
---
33+
34+
## [1.0.0] - 2024-05-30
35+
36+
- update neighborhood too_long error message, add MX, PH neighborhood labels [#182](https://github.com/Shopify/worldwide/pull/182)
37+
3338
## [0.15.0] - 2024-05-30
3439

3540
- Created npm package `@shopify/worldwide` (see [README.md](./lang/typescript/README.md)) [#167](https://github.com/Shopify/worldwide/pull/167)

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.15.0)
16+
worldwide (1.0.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.15.0"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)