From 5709e09edd4e78b7cf76d31186804d682c6321bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:26:41 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: moderndash@4.0.2 [skip ci] --- .changeset/fix-deburr-ligatures.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-deburr-ligatures.md diff --git a/.changeset/fix-deburr-ligatures.md b/.changeset/fix-deburr-ligatures.md deleted file mode 100644 index 0634a550..00000000 --- a/.changeset/fix-deburr-ligatures.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"moderndash": patch ---- - -Fix `deburr` to handle ligatures and special Latin characters (æ, œ, ß, ø, ð, þ, ł, etc.) that don't decompose via Unicode NFD normalization. Previously these characters were silently passed through unchanged. Also improves performance (~2.4x faster than lodash). diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 18d9ef33..e36b936e 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # moderndash +## 4.0.2 + +### Patch Changes + +- Fix `deburr` to handle ligatures and special Latin characters (æ, œ, ß, ø, ð, þ, ł, etc.) that don't decompose via Unicode NFD normalization. Previously these characters were silently passed through unchanged. Also improves performance (~2.4x faster than lodash). ([#199](https://github.com/maxdewald/moderndash/pull/199)) + ## 4.0.1 ### Patch Changes diff --git a/package/package.json b/package/package.json index f47f883c..46a3f8b7 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "moderndash", - "version": "4.0.1", + "version": "4.0.2", "type": "module", "description": "A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.", "engines": {