chore(release): 13.0.1 [skip ci]

## [13.0.1](https://github.com/markedjs/marked/compare/v13.0.0...v13.0.1) (2024-06-24)

### Bug Fixes

* fix this type in extension methods ([#3339](https://github.com/markedjs/marked/issues/3339)) ([520b9ad](520b9ad355))
This commit is contained in:
semantic-release-bot 2024-06-24 14:54:19 +00:00
parent 520b9ad355
commit aaee616d54
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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