chore(release): 12.0.2 [skip ci]
## [12.0.2](https://github.com/markedjs/marked/compare/v12.0.1...v12.0.2) (2024-04-19)
### Bug Fixes
* fix Setext continuation in blockquote ([#3257](https://github.com/markedjs/marked/issues/3257)) ([e9f0eed](e9f0eed707
))
This commit is contained in:
parent
e9f0eed707
commit
c6a98ea66c
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "12.0.1",
|
||||
"version": "12.0.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "12.0.1",
|
||||
"version": "12.0.2",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "12.0.1",
|
||||
"version": "12.0.2",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user