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:
semantic-release-bot 2022-12-23 15:42:49 +00:00
parent a01488a436
commit 813234f7b5
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -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"

View File

@ -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",