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:
parent
8492faf1ee
commit
ccc7a8fb34
4
package-lock.json
generated
4
package-lock.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user