chore(release): 4.0.5 [skip ci]

## [4.0.5](https://github.com/markedjs/marked/compare/v4.0.4...v4.0.5) (2021-11-25)

### Bug Fixes

* table after paragraph without blank line ([#2298](https://github.com/markedjs/marked/issues/2298)) ([5714212](5714212afd))
This commit is contained in:
semantic-release-bot 2021-11-25 00:12:15 +00:00
parent 5b95509b0c
commit 66f8dc46c3
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "marked",
"version": "4.0.4",
"version": "4.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "4.0.4",
"version": "4.0.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.0.4",
"version": "4.0.5",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",