Skip to content

Commit ed52c10

Browse files
chore(release): 11.0.0 [skip ci]
# [11.0.0](v10.0.0...v11.0.0) (2025-05-22) ### chore * throw on lone surrogates ([#492](#492)) ([8ea2c6b](8ea2c6b)) * update supported Node.js versions to 20.x and later ([#493](#493)) ([d23bfa7](d23bfa7)) ### BREAKING CHANGES * Strings will throw if not well-formed (lone surrogates). * update supported Node.js versions to 20.x and later
1 parent 856ea90 commit ed52c10

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [11.0.0](https://github.com/Trott/slug/compare/v10.0.0...v11.0.0) (2025-05-22)
2+
3+
4+
### chore
5+
6+
* throw on lone surrogates ([#492](https://github.com/Trott/slug/issues/492)) ([8ea2c6b](https://github.com/Trott/slug/commit/8ea2c6b0a4937b6db8f1c1b44cf7af99d516cf67))
7+
* update supported Node.js versions to 20.x and later ([#493](https://github.com/Trott/slug/issues/493)) ([d23bfa7](https://github.com/Trott/slug/commit/d23bfa71ad24c1d753acb98e502fef88a8bda8cf))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* Strings will throw if not well-formed (lone surrogates).
13+
* update supported Node.js versions to 20.x and later
14+
115
# [10.0.0](https://github.com/Trott/slug/compare/v9.1.0...v10.0.0) (2024-10-17)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slug",
33
"description": "slugifies even utf-8 chars!",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"type": "module",
66
"homepage": "https://github.com/Trott/slug",
77
"author": "dodo (https://github.com/dodo)",

0 commit comments

Comments
 (0)