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:
semantic-release-bot 2022-12-07 07:48:31 +00:00
parent 4c24702a08
commit f2f9969019
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "marked", "name": "marked",
"version": "4.2.3", "version": "4.2.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "marked", "name": "marked",
"version": "4.2.3", "version": "4.2.4",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"

View File

@ -2,7 +2,7 @@
"name": "marked", "name": "marked",
"description": "A markdown parser built for speed", "description": "A markdown parser built for speed",
"author": "Christopher Jeffrey", "author": "Christopher Jeffrey",
"version": "4.2.3", "version": "4.2.4",
"type": "module", "type": "module",
"main": "./lib/marked.cjs", "main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js", "module": "./lib/marked.esm.js",