Skip to content

Commit 0238f7d

Browse files
committed
v5.0.4
1 parent 03ea2ad commit 0238f7d

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ _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.4
20+
##### 2022-May-04
21+
* Avoid `for..in` over arrays ([#59],[#60])
22+
* Fix EU membership for France ([#47],[#55])
23+
* Add GB-UKM for UK Mainland ([#52])
24+
25+
[#60]: https://github.com/ideditor/country-coder/issues/60
26+
[#59]: https://github.com/ideditor/country-coder/issues/59
27+
[#55]: https://github.com/ideditor/country-coder/issues/55
28+
[#52]: https://github.com/ideditor/country-coder/issues/52
29+
[#47]: https://github.com/ideditor/country-coder/issues/47
30+
1931

2032
# 5.0.3
2133
##### 2021-Jun-24

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ideditor/country-coder",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally",
55
"repository": "github:ideditor/country-coder",
66
"license": "ISC",
@@ -30,15 +30,15 @@
3030
},
3131
"devDependencies": {
3232
"@mapbox/geojson-rewind": "^0.5.0",
33-
"@types/jest": "^27.4.1",
34-
"esbuild": "^0.14.31",
33+
"@types/jest": "^27.5.0",
34+
"esbuild": "^0.14.38",
3535
"esbuild-jest": "~0.5.0",
36-
"jest": "^28.0.0",
36+
"jest": "^28.0.3",
3737
"jest-extended": "^2.0.0",
3838
"npm-run-all": "^4.1.5",
3939
"prettier": "^2.6.2",
4040
"shx": "^0.3.4",
41-
"typescript": "^4.6.3"
41+
"typescript": "^4.6.4"
4242
},
4343
"scripts": {
4444
"all": "run-s clean build pretty test",

0 commit comments

Comments
 (0)