chore(release): 15.0.9 [skip ci]

## [15.0.9](https://github.com/markedjs/marked/compare/v15.0.8...v15.0.9) (2025-04-21)

### Bug Fixes

* fix link url with no closing parenthesis ([#3664](https://github.com/markedjs/marked/issues/3664)) ([72b6373](72b63739f4))
This commit is contained in:
semantic-release-bot 2025-04-21 23:09:24 +00:00
parent 72b63739f4
commit c37336c241
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.8",
"version": "15.0.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "15.0.8",
"version": "15.0.9",
"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.8",
"version": "15.0.9",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",