chore(release): 9.1.6 [skip ci]
## [9.1.6](https://github.com/markedjs/marked/compare/v9.1.5...v9.1.6) (2023-11-10)
### Bug Fixes
* fix instance options sent to lexer and parser ([#3073](https://github.com/markedjs/marked/issues/3073)) ([f9d08cc](f9d08cc1ef
))
This commit is contained in:
parent
f9d08cc1ef
commit
86e0eb5485
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "9.1.5",
|
||||
"version": "9.1.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "9.1.5",
|
||||
"version": "9.1.6",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "9.1.5",
|
||||
"version": "9.1.6",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user