Skip to content

Commit e07037e

Browse files
chore(release): 17.0.6 [skip ci]
## [17.0.6](v17.0.5...v17.0.6) (2026-04-05) ### Bug Fixes * avoid race condition in async parallel parse/parseInline with hooks ([#3924](#3924)) ([6e96fa7](6e96fa7)) * **cli:** honor positional input file ([#3922](#3922)) ([a1c2617](a1c2617)) * **cli:** use file URL for config import ([#3923](#3923)) ([73e1f3f](73e1f3f))
1 parent 6e96fa7 commit e07037e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "marked",
33
"description": "A markdown parser built for speed",
44
"author": "Christopher Jeffrey",
5-
"version": "17.0.5",
5+
"version": "17.0.6",
66
"type": "module",
77
"main": "./lib/marked.esm.js",
88
"module": "./lib/marked.esm.js",

0 commit comments

Comments
 (0)