Skip to content

Commit 2c3c7c5

Browse files
committed
v5.0.2
1 parent f897bb1 commit 2c3c7c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

19+
# 5.0.2
20+
##### 2021-Jun-17
21+
* Add an export map to `package.json`, fix file extensions again
22+
1923
# 5.0.1
2024
##### 2021-Jun-15
2125
* Use explicit file extensions for .cjs and .mjs exports ([#44])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ideditor/country-coder",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally",
55
"repository": "github:ideditor/country-coder",
66
"license": "ISC",

0 commit comments

Comments
 (0)