Skip to content

Commit 9f8445c

Browse files
committed
Release v4.2.1
1 parent 5d451e8 commit 9f8445c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.2.1 (2025-09-29)
2+
3+
* TypeScript: add type definition tests ([5d451e8](https://github.com/lovell/limax/commit/5d451e8))
4+
* TypeScript: ensure correct default export after move to dual package (#52) ([280579c](https://github.com/lovell/limax/commit/280579c)), closes [#52](https://github.com/lovell/limax/issues/52)
5+
16
## 4.2.0 (2025-09-28)
27

38
* Bump deps ([b71d396](https://github.com/lovell/limax/commit/b71d396))

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.0",
3+
"version": "4.2.1",
44
"main": "./lib/limax",
55
"types": "index.d.ts",
66
"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.",

0 commit comments

Comments
 (0)