Skip to content

Commit 8f21d05

Browse files
committed
Release v4.2.3
1 parent 5351f17 commit 8f21d05

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.3 (2026-03-19)
2+
3+
* Ensure umlauts are preserved during unicode normalisation (#54) ([5351f17](https://github.com/lovell/limax/commit/5351f17)), closes [#54](https://github.com/lovell/limax/issues/54)
4+
15
## 4.2.2 (2026-01-09)
26

37
* Remove ambiguous extensionless `main` field (#53) ([2725729](https://github.com/lovell/limax/commit/2725729)), closes [#53](https://github.com/lovell/limax/issues/53)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "limax",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"types": "index.d.ts",
55
"description": "Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.",
66
"repository": {

0 commit comments

Comments
 (0)