Skip to content

Commit

Permalink
v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 13, 2024
1 parent d659098 commit 54bb9ed
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
[#xx]: https://github.com/rapideditor/country-coder/issues/xx
-->

# 5.3.1
##### 2024-Dec-13
* Cyprus border refinements and corrections ([#139], [#140], [#143])

[#139]: https://github.com/rapideditor/country-coder/issues/139
[#140]: https://github.com/rapideditor/country-coder/issues/140
[#143]: https://github.com/rapideditor/country-coder/issues/143


# 5.3.0
##### 2024-Jul-17
* Support Sark/CQ in CLDR 43, Unicode 16 ([#137])
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapideditor/country-coder",
"version": "5.3.0",
"version": "5.3.1",
"description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally",
"repository": "github:rapideditor/country-coder",
"license": "ISC",
Expand Down Expand Up @@ -31,12 +31,12 @@
},
"devDependencies": {
"@mapbox/geojson-rewind": "^0.5.2",
"@types/node": "^22.0.2",
"c8": "^10.1.2",
"esbuild": "^0.23.1",
"@types/node": "^22.10.2",
"c8": "^10.1.3",
"esbuild": "^0.24.0",
"npm-run-all": "^4.1.5",
"shx": "^0.3.4",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"scripts": {
"all": "run-s clean build test",
Expand Down
Loading

0 comments on commit 54bb9ed

Please sign in to comment.