Skip to content

Commit 1809b04

Browse files
committed
v4.1.0
1 parent f87ad0e commit 1809b04

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# What's New
2+
3+
**country-coder** is an open source project. You can submit bug reports, help out,
4+
or learn more by visiting our project page on GitHub: :octocat: https://github.com/ideditor/country-coder
5+
6+
Please star our project on GitHub to show your support! :star:
7+
8+
_Breaking changes, which may affect downstream projects, are marked with a_ :warning:
9+
10+
11+
<!--
12+
# A.B.C
13+
##### YYYY-MMM-DD
14+
*
15+
16+
[#xx]: https://github.com/ideditor/country-coder/issues/xx
17+
-->
18+
19+
# 4.1.0
20+
##### 2021-Jun-04
21+
* country-coder now publishes various builds in UMD, CJS, ES6 Module thanks to [microbundle](https://github.com/developit/microbundle)
22+
* The UMD bundle works in the browser now too
23+
* Added functions for working with ccTLD (country code top-level internet domain) ([#12])
24+
* Extract Crimea into its own feature out of European Russia ([#15])
25+
* Move Chukchi Peninsula from European Russia to Asian Russia ([#31])
26+
* Support bbox querying ([#32])
27+
28+
[#12]: https://github.com/ideditor/country-coder/issues/12
29+
[#15]: https://github.com/ideditor/country-coder/issues/15
30+
[#31]: https://github.com/ideditor/country-coder/issues/31
31+
[#32]: https://github.com/ideditor/country-coder/issues/32

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": "4.0.0",
3+
"version": "4.1.0",
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)