diff --git a/CHANGELOG.md b/CHANGELOG.md index 24dad27..8134d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) diff --git a/README.md b/README.md index 4e44f09..02bf747 100644 --- a/README.md +++ b/README.md @@ -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 ` + - + diff --git a/package.json b/package.json index a4e79d7..c296cee 100644 --- a/package.json +++ b/package.json @@ -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",