chore(release): 15.0.10 [skip ci]

## [15.0.10](https://github.com/markedjs/marked/compare/v15.0.9...v15.0.10) (2025-04-23)

### Bug Fixes

* fix non-breaking space in link url ([#3667](https://github.com/markedjs/marked/issues/3667)) ([e071e25](e071e25d13))
This commit is contained in:
semantic-release-bot 2025-04-23 20:59:33 +00:00
parent e071e25d13
commit d5bc76eb3c
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "marked",
"version": "15.0.9",
"version": "15.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "15.0.9",
"version": "15.0.10",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"

View File

@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "15.0.9",
"version": "15.0.10",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",