chore(release): 4.0.1 [skip ci]

## [4.0.1](https://github.com/markedjs/marked/compare/v4.0.0...v4.0.1) (2021-11-11)

### Bug Fixes

* Set commonJS code as `main` in `package.json` ([#2276](https://github.com/markedjs/marked/issues/2276)) ([7e636d5](7e636d5a0b))
This commit is contained in:
semantic-release-bot 2021-11-11 02:35:13 +00:00
parent 7e636d5a0b
commit c05e577eb4
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.0",
"version": "4.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "4.0.0",
"version": "4.0.1",
"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.0",
"version": "4.0.1",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",