chore(release): 13.0.3 [skip ci]

## [13.0.3](https://github.com/markedjs/marked/compare/v13.0.2...v13.0.3) (2024-07-28)

### Bug Fixes

* fix recursion-like stack overflow error caused by the old render… ([#3380](https://github.com/markedjs/marked/issues/3380)) ([89af0b8](89af0b85b1))
This commit is contained in:
semantic-release-bot 2024-07-28 17:34:01 +00:00
parent 89af0b85b1
commit 13a7f1d435
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "marked",
"version": "13.0.2",
"version": "13.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "13.0.2",
"version": "13.0.3",
"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": "13.0.2",
"version": "13.0.3",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",