chore(release): 8.0.1 [skip ci]

## [8.0.1](https://github.com/markedjs/marked/compare/v8.0.0...v8.0.1) (2023-09-06)

### Bug Fixes

* deprecated trimLeft/trimRight ([#2973](https://github.com/markedjs/marked/issues/2973)) ([eda75a6](eda75a662c))
* fix space removed after checkbox ([#2971](https://github.com/markedjs/marked/issues/2971)) ([9a2a4ad](9a2a4ad61a))
This commit is contained in:
semantic-release-bot 2023-09-06 19:03:52 +00:00
parent 8492faf1ee
commit ccc7a8fb34
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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