diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b18cad..d7760cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + + +# [6.2.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v6.1.0...v6.2.0) (2023-01-25) + + +### Bug Fixes + +* ERR_UNSUPPORTED_ESM_URL_SCHEME on Windows ([d76692a](https://github.com/vivliostyle/vivliostyle-cli/commit/d76692a20ada631f23da3af23a5a95c88848d430)), closes [#362](https://github.com/vivliostyle/vivliostyle-cli/issues/362) +* preview crashes when config has `toc: true` ([15dfcc7](https://github.com/vivliostyle/vivliostyle-cli/commit/15dfcc72a572e05c3b1d240390cd39ae8b717e38)), closes [#354](https://github.com/vivliostyle/vivliostyle-cli/issues/354) + + +### Features + +* Update Playwright to 1.30.0 (Chromium 110.0.5481.38) ([48f7ee2](https://github.com/vivliostyle/vivliostyle-cli/commit/48f7ee26271965351f51c7470b71584d4d284450)) +* Update Vivliostyle.js to 2.22.0: Support CSS leader() function ([8036fa5](https://github.com/vivliostyle/vivliostyle-cli/commit/8036fa5547745b5874ef8b762e0ed93826c96319)) + # [6.1.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v6.0.0...v6.1.0) (2023-01-06) ### Bug Fixes @@ -703,4 +719,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)) \ No newline at end of file diff --git a/package.json b/package.json index 8a53cb64..4a7830de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/cli", "description": "Save the pdf file via headless browser and Vivliostyle.", - "version": "6.1.0", + "version": "6.2.0", "author": "spring_raining ", "type": "module", "scripts": {