Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.0...v4.2.0) (2024-01-15)

### Bug Fixes

* **CountrySelector:** render preferred country list divider as hr element ([d1df651](d1df651))
* **CountrySelector:** update countries ordering logic ([bcb8b89](bcb8b89))

### Features

* **component:** add "preferredCountries" feature ([ed8f6e5](ed8f6e5)), closes [#137](#137)
  • Loading branch information
semantic-release-bot committed Jan 15, 2024
1 parent 312d766 commit 83e4bb8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.2.0](https://github.com/goveo/react-international-phone/compare/v4.1.0...v4.2.0) (2024-01-15)


### Bug Fixes

* **CountrySelector:** render preferred country list divider as hr element ([d1df651](https://github.com/goveo/react-international-phone/commit/d1df65175a7b7d1f1c99717e4b5f5fa51d302ada))
* **CountrySelector:** update countries ordering logic ([bcb8b89](https://github.com/goveo/react-international-phone/commit/bcb8b8945f53a78b131f729e312f4ac3886ede31))


### Features

* **component:** add "preferredCountries" feature ([ed8f6e5](https://github.com/goveo/react-international-phone/commit/ed8f6e5a3f3fcb396c1a2379e5e259e148862824)), closes [#137](https://github.com/goveo/react-international-phone/issues/137)

# [4.1.0](https://github.com/goveo/react-international-phone/compare/v4.0.4...v4.1.0) (2024-01-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-international-phone",
"version": "4.1.0",
"version": "4.2.0",
"description": "☎️ International phone input component for React",
"keywords": [
"react",
Expand Down

2 comments on commit 83e4bb8

@vercel
Copy link

@vercel vercel bot commented on 83e4bb8 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 83e4bb8 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.