Skip to content

Commit

Permalink
chore: release v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-raining committed Nov 3, 2023
1 parent c7e5c83 commit c4533e3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@


# [8.5.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.4.1...v8.5.0) (2023-11-03)


### Bug Fixes

* Allow copying assets which is included in gitignore or in symlinks ([f5fd963](https://github.com/vivliostyle/vivliostyle-cli/commit/f5fd963a7b088577f3eb45002777394604841345))
* Allow xhtml/xht files to be used as input of Webbook/EPUB ([9a0590a](https://github.com/vivliostyle/vivliostyle-cli/commit/9a0590ae5b6d70a0bc646f5f3e2f34654248c942))
* Copy .htm files for webbook ([7127c42](https://github.com/vivliostyle/vivliostyle-cli/commit/7127c42a2a16e5c5c88a18ee5967e398c6b628aa))
* Include node_module files for copy targets of webpub ([1a24f89](https://github.com/vivliostyle/vivliostyle-cli/commit/1a24f89672acd3f696309518cfe82ca0582b9ea1))


### Features

* Add the copyAsset option to allow for more fine-tuning of the asset copying process ([62b41f3](https://github.com/vivliostyle/vivliostyle-cli/commit/62b41f3f90d7ffb6a62f0a748b05450cbb856526))
* The `includeAssets` option is now deprecated.

## [8.4.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.4.0...v8.4.1) (2023-10-24)

### Bug Fixes
Expand Down
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.4.1",
"version": "8.5.0",
"author": "spring_raining <harusamex.com@gmail.com>",
"type": "module",
"scripts": {
Expand Down

0 comments on commit c4533e3

Please sign in to comment.