chore(release): 9.1.3 [skip ci]

## [9.1.3](https://github.com/markedjs/marked/compare/v9.1.2...v9.1.3) (2023-10-28)

### Bug Fixes

* fix empty heading breaks paragraph and table ([#3050](https://github.com/markedjs/marked/issues/3050)) ([a1034e6](a1034e6dd1))
This commit is contained in:
semantic-release-bot 2023-10-28 05:17:05 +00:00
parent a1034e6dd1
commit 4d32b30803
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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