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:
semantic-release-bot 2023-11-10 07:48:16 +00:00
parent f9d08cc1ef
commit 86e0eb5485
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -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"

View File

@ -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",