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:
parent
a1034e6dd1
commit
4d32b30803
4
package-lock.json
generated
4
package-lock.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user