From 97425d604e85728802199f1d26b124622f12a84b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 26 Sep 2023 09:54:21 -0400 Subject: [PATCH] v5.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 850213f..24dad27 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.2.2 +##### 2023-Sep-26 +* Include 'types' in export map ([#133]) + +[#133]: https://github.com/rapideditor/country-coder/issues/133 + + # 5.2.1 ##### 2023-Jul-12 * Bump dependency versions diff --git a/package.json b/package.json index ba6a465..fbee910 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rapideditor/country-coder", - "version": "5.2.1", + "version": "5.2.2", "description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally", "repository": "github:rapideditor/country-coder", "license": "ISC",