chore(release): 7.0.2 [skip ci]

## [7.0.2](https://github.com/markedjs/marked/compare/v7.0.1...v7.0.2) (2023-08-10)

### Bug Fixes

* fix sourcemaps and circular dependencies ([#2929](https://github.com/markedjs/marked/issues/2929)) ([eb4ce21](eb4ce21127))
* noImplicitAny: true ([#2891](https://github.com/markedjs/marked/issues/2891)) ([ff1602c](ff1602c178))
This commit is contained in:
semantic-release-bot 2023-08-10 05:39:47 +00:00
parent 374437be9f
commit f10fc84b80
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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