浏览代码

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](https://github.com/markedjs/marked/commit/f9d08cc1ef5294b1866705860242f78528f8d508))
semantic-release-bot 1 年之前
父节点
当前提交
86e0eb5485
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      package-lock.json
  2. 1 1
      package.json

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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