chore(release): 13.0.2 [skip ci]

## [13.0.2](https://github.com/markedjs/marked/compare/v13.0.1...v13.0.2) (2024-07-04)

### Bug Fixes

* fix list item with blank first line ([#3351](https://github.com/markedjs/marked/issues/3351)) ([d28e4c6](d28e4c65ea))
This commit is contained in:
semantic-release-bot 2024-07-04 00:10:10 +00:00
parent d28e4c65ea
commit a3887a1817
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.1",
"version": "13.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "13.0.1",
"version": "13.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": "13.0.1",
"version": "13.0.2",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",