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": {