chore(release): 4.2.4 [skip ci]
## [4.2.4](https://github.com/markedjs/marked/compare/v4.2.3...v4.2.4) (2022-12-07) ### Bug Fixes * loose list items are loose ([#2672](https://github.com/markedjs/marked/issues/2672)) ([df4eb0e](df4eb0e090
)) * remove quotes at the end of gfm autolink ([#2673](https://github.com/markedjs/marked/issues/2673)) ([697ac2a](697ac2a42e
)) * use paragraph token in blockquote in list ([#2671](https://github.com/markedjs/marked/issues/2671)) ([edc857c](edc857c628
))
This commit is contained in:
parent
4c24702a08
commit
f2f9969019
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "4.2.3",
|
||||
"version": "4.2.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "4.2.3",
|
||||
"version": "4.2.4",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "4.2.3",
|
||||
"version": "4.2.4",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user