Skip to content

Commit b8e296c

Browse files
chore: release v9.9.0
1 parent 5a8267f commit b8e296c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# [9.9.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v9.8.4...v9.9.0) (2025-12-14)
4+
5+
### Bug Fixes
6+
7+
- Pass renderMode, preflight, preflightOption to inlineOptions in mergeInlineConfig ([#668](https://github.com/vivliostyle/vivliostyle-cli/issues/668)) ([7698934](https://github.com/vivliostyle/vivliostyle-cli/commit/7698934cd278fa2aa0da031330ffa715cad1fee2))
8+
9+
### Features
10+
11+
- Add metadataReader option to customize markdown metadata extraction ([#665](https://github.com/vivliostyle/vivliostyle-cli/issues/665)) ([3296e0a](https://github.com/vivliostyle/vivliostyle-cli/commit/3296e0a67d7499b2069a74d9ecaf7a4a110e65b0))
12+
- Add per-entry documentProcessor and documentMetadataReader options ([#666](https://github.com/vivliostyle/vivliostyle-cli/issues/666)) ([f6c3027](https://github.com/vivliostyle/vivliostyle-cli/commit/f6c3027ec5e427498e097658786fc9262f4d2b59))
13+
- Update Vivliostyle.js to 2.37.0: counter-style and marker support ([#676](https://github.com/vivliostyle/vivliostyle-cli/issues/676)) ([5a8267f](https://github.com/vivliostyle/vivliostyle-cli/commit/5a8267fed71ee2778251e1751b60064a61b666b6))
14+
315
## [9.8.4](https://github.com/vivliostyle/vivliostyle-cli/compare/v9.8.3...v9.8.4) (2025-12-02)
416

517
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vivliostyle/cli",
33
"description": "Save the pdf file via headless browser and Vivliostyle.",
4-
"version": "9.8.4",
4+
"version": "9.9.0",
55
"author": "spring_raining <harusamex.com@gmail.com>",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)