From faf3792b8b6983e9c8e976727aed69f072f04535 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 12 Jul 2023 09:32:41 -0400 Subject: [PATCH] v5.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1987e8d..850213f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠ [#xx]: https://github.com/rapideditor/country-coder/issues/xx --> +# 5.2.1 +##### 2023-Jul-12 +* Bump dependency versions +* Adjust TW polygon to include Matsu and Wuqiu islands ([#127], [#128]) + +[#127]: https://github.com/rapideditor/country-coder/issues/127 +[#128]: https://github.com/rapideditor/country-coder/issues/128 + + # 5.2.0 ##### 2023-Mar-12 * Bump dependency versions diff --git a/package.json b/package.json index a012dfc..c1e54b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rapideditor/country-coder", - "version": "5.2.0", + "version": "5.2.1", "description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally", "repository": "github:rapideditor/country-coder", "license": "ISC",