From 2c3c7c5dc563c636dcac5ada6d07e6cae22a298a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 17 Jun 2021 13:12:11 -0400 Subject: [PATCH] v5.0.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbf0a7..6b99e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ _Breaking changes, which may affect downstream projects, are marked with a_ :war [#xx]: https://github.com/ideditor/country-coder/issues/xx --> +# 5.0.2 +##### 2021-Jun-17 +* Add an export map to `package.json`, fix file extensions again + # 5.0.1 ##### 2021-Jun-15 * Use explicit file extensions for .cjs and .mjs exports ([#44]) diff --git a/package.json b/package.json index 61203f5..20cd81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ideditor/country-coder", - "version": "5.0.1", + "version": "5.0.2", "description": "Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally", "repository": "github:ideditor/country-coder", "license": "ISC",