Skip to content

Commit

Permalink
chore: release v8.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Mar 12, 2024
1 parent 837d6fb commit f73e41d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
## [8.9.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.9.0...v8.9.1) (2024-03-12)

### Bug Fixes

# [8.9.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.8.0...v8.9.0) (2024-03-03)
- Drop support exporting a legacy NCX document ([b7c4fde](https://github.com/vivliostyle/vivliostyle-cli/commit/b7c4fdedb813e6d40fa61cdaadddcc5913a52e6a))
- Drop support setting a legacy `guide` element in EPUB OPF ([21200d6](https://github.com/vivliostyle/vivliostyle-cli/commit/21200d663614310595f0d6f49516ffd49327c5d1))
- Update Vivliostyle.js to 2.28.1: Bug Fix ([e47c2f3](https://github.com/vivliostyle/vivliostyle-cli/commit/e47c2f3fb5fd1008d1e7c1fe5f543a89403ac5ec))

# [8.9.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.8.0...v8.9.0) (2024-03-03)

### Bug Fixes

* Do not generate nav element if `nav[epub:type]` exists in ToC HTML ([8a09ea7](https://github.com/vivliostyle/vivliostyle-cli/commit/8a09ea762f39d66fd51dbfc93a99fe955a705796))
* Improved order of inserting nav elements in EPUB ([177f18e](https://github.com/vivliostyle/vivliostyle-cli/commit/177f18ee4bce883071081f4564bac3add464ccb9))
* Insert titles into generated nav elements in EPUB ([bcc441b](https://github.com/vivliostyle/vivliostyle-cli/commit/bcc441b8fdfa66ec5e14fdc1d6035ff6f9381a18))

- Do not generate nav element if `nav[epub:type]` exists in ToC HTML ([8a09ea7](https://github.com/vivliostyle/vivliostyle-cli/commit/8a09ea762f39d66fd51dbfc93a99fe955a705796))
- Improved order of inserting nav elements in EPUB ([177f18e](https://github.com/vivliostyle/vivliostyle-cli/commit/177f18ee4bce883071081f4564bac3add464ccb9))
- Insert titles into generated nav elements in EPUB ([bcc441b](https://github.com/vivliostyle/vivliostyle-cli/commit/bcc441b8fdfa66ec5e14fdc1d6035ff6f9381a18))

### Features

* Update Playwright to 1.42.1 (Chromium 123.0.6312.4) ([6822bdb](https://github.com/vivliostyle/vivliostyle-cli/commit/6822bdbbcc064b660d882fad4836bf82413db52c))
* Update Vivliostyle.js to 2.28.0: Bug fixes and error handling ([0d610db](https://github.com/vivliostyle/vivliostyle-cli/commit/0d610db06ab440af2cf6621b923a3e9ccad1fb48))
- Update Playwright to 1.42.1 (Chromium 123.0.6312.4) ([6822bdb](https://github.com/vivliostyle/vivliostyle-cli/commit/6822bdbbcc064b660d882fad4836bf82413db52c))
- Update Vivliostyle.js to 2.28.0: Bug fixes and error handling ([0d610db](https://github.com/vivliostyle/vivliostyle-cli/commit/0d610db06ab440af2cf6621b923a3e9ccad1fb48))

# [8.8.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.7.0...v8.8.0) (2024-02-09)

Expand Down Expand Up @@ -998,4 +1002,4 @@ vivliostyle build input.md -T @vivliostyle/theme-techbook -o draft.pdf
- Add page size option ([32d89b4](https://github.com/vivliostyle/vivliostyle-cli/commit/32d89b4))
- Create LICENSE ([ee6d44e](https://github.com/vivliostyle/vivliostyle-cli/commit/ee6d44e))
- Implement very simple script ([a748e18](https://github.com/vivliostyle/vivliostyle-cli/commit/a748e18))
- Set print media emulation ([36370de](https://github.com/vivliostyle/vivliostyle-cli/commit/36370de))
- Set print media emulation ([36370de](https://github.com/vivliostyle/vivliostyle-cli/commit/36370de))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vivliostyle/cli",
"description": "Save the pdf file via headless browser and Vivliostyle.",
"version": "8.9.0",
"version": "8.9.1",
"author": "spring_raining <[email protected]>",
"type": "module",
"scripts": {
Expand Down

0 comments on commit f73e41d

Please sign in to comment.