chore(release): 4.2.5 [skip ci]
## [4.2.5](https://github.com/markedjs/marked/compare/v4.2.4...v4.2.5) (2022-12-23) ### Bug Fixes * fix paragraph continuation after block element ([#2686](https://github.com/markedjs/marked/issues/2686)) ([1bbda68](1bbda688f5
)) * fix tabs at beginning of list items ([#2679](https://github.com/markedjs/marked/issues/2679)) ([e692634](e692634f70
))
This commit is contained in:
parent
a01488a436
commit
813234f7b5
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "4.2.4",
|
||||
"version": "4.2.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "4.2.4",
|
||||
"version": "4.2.5",
|
||||
"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.4",
|
||||
"version": "4.2.5",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user