chore(release): 15.0.2 [skip ci]

## [15.0.2](https://github.com/markedjs/marked/compare/v15.0.1...v15.0.2) (2024-11-20)

### Bug Fixes

* update punctuation regex syntax for compatibility ([#3540](https://github.com/markedjs/marked/issues/3540)) ([fd015f1](fd015f147d))
This commit is contained in:
semantic-release-bot 2024-11-20 23:18:06 +00:00
parent fd015f147d
commit 224d729bd8
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.1",
"version": "15.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "15.0.1",
"version": "15.0.2",
"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.1",
"version": "15.0.2",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",