Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jul 17, 2024
1 parent b931c37 commit 7727279
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
[#xx]: https://github.com/rapideditor/country-coder/issues/xx
-->

# 5.3.0
##### 2024-Jul-17
* Support Sark/CQ in CLDR 43, Unicode 16 ([#137])

[#137]: https://github.com/rapideditor/country-coder/issues/137


# 5.2.2
##### 2023-Sep-26
* Include 'types' in export map ([#133])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can also use **country-coder** directly in a web browser. A good way to do t
When you load this file in a `<script>` tag, you'll get a `countryCoder` global to use elsewhere in your scripts:
```html
<head>
<script src="https://cdn.jsdelivr.net/npm/@rapideditor/country-coder@5.2/dist/country-coder.iife.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@rapideditor/country-coder@5.3/dist/country-coder.iife.min.js"></script>
</head>
<script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no'/>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/mapbox-gl.min.js'></script>
<script defer src='https://kit.fontawesome.com/c772610440.js' crossorigin='anonymous'></script>
<script defer src="https://cdn.jsdelivr.net/npm/@rapideditor/country-coder@5.2/dist/country-coder.iife.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/@rapideditor/country-coder@5.3/dist/country-coder.iife.min.js"></script>
<!-- <script defer src='../dist/country-coder.iife.js'></script> -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/mapbox-gl.min.css' rel='stylesheet'/>
<link href='style.css' rel='stylesheet' type='text/css'/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapideditor/country-coder",
"version": "5.2.2",
"version": "5.3.0",
"description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7727279

Please sign in to comment.