chore(release): 7.0.0 [skip ci]
# [7.0.0](https://github.com/markedjs/marked/compare/v6.0.0...v7.0.0) (2023-08-06)
### Bug Fixes
* change defaults for mangle and headerIds to false ([#2890](https://github.com/markedjs/marked/issues/2890)) ([63a839b](63a839b8cb
))
### BREAKING CHANGES
* change defaults for mangle and headerIds to false
This commit is contained in:
parent
35172b7f64
commit
66b717c38f
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "6.0.0",
|
||||
"version": "7.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "6.0.0",
|
||||
"version": "7.0.0",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "6.0.0",
|
||||
"version": "7.0.0",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user