Skip to content

Commit b5972fb

Browse files
committed
v5.0.3
1 parent 974eb37 commit b5972fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,19 @@ _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+
20+
# 5.0.3
21+
##### 2021-Jun-24
22+
* Remove "browser" from the export map ([#45])
23+
24+
[#45]: https://github.com/ideditor/country-coder/issues/45
25+
26+
1927
# 5.0.2
2028
##### 2021-Jun-17
2129
* Add an export map to `package.json`, fix file extensions again
2230

31+
2332
# 5.0.1
2433
##### 2021-Jun-15
2534
* Use explicit file extensions for .cjs and .mjs exports ([#44])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ideditor/country-coder",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
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)