Skip to content

Commit 0282b5f

Browse files
committed
v5.6.1
1 parent 9071028 commit 0282b5f

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1616
[#xxx]: https://github.com/rapideditor/country-coder/issues/xxx
1717
-->
1818

19+
# 5.6.1
20+
##### 2026-Jan-31
21+
* Fix TypeScript for node resolution packages ([#163],[#164])
22+
23+
[#163]: https://github.com/rapideditor/country-coder/issues/163
24+
[#164]: https://github.com/rapideditor/country-coder/issues/164
25+
26+
1927
# 5.6.0
2028
##### 2025-Oct-21
2129
* This project uses [`bun`](https://bun.com/) now, for simpler developer tooling ([#160])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapideditor/country-coder",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)