chore(release): 4.0.17 [skip ci]

## [4.0.17](https://github.com/markedjs/marked/compare/v4.0.16...v4.0.17) (2022-06-13)

### Bug Fixes

* Code and heading after list without blank line ([#2483](https://github.com/markedjs/marked/issues/2483)) ([15f3f15](15f3f157de))
This commit is contained in:
semantic-release-bot 2022-06-13 03:18:46 +00:00
parent 212707e187
commit a9c22e17c8
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "marked",
"version": "4.0.16",
"version": "4.0.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "4.0.16",
"version": "4.0.17",
"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.16",
"version": "4.0.17",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",