From 6ea3cbc59393c8abdd7e1f0ed6df6556dc37435d Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Sun, 12 Nov 2023 13:33:25 +0100 Subject: [PATCH] fix link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563e118..2ee23b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠ * ⚠️ Use a named export for ESM, 'default' export for CJS/IIFE ([#68]) * ⚠️ Change `.strict()` to a normal class property. Also remove `.cache()` accessor * Replace mfogel/polygon-clipping with luizbarboza/polyclip-ts ([#67]) -* Fix map on https://location-conflation.org ([#66]) +* Fix map on https://location-conflation.com ([#66]) * Bump dependency versions * Supported engines now `"node": ">=18"`