From 27cced23828199f27537419bff9b96f8c4d9fe7f Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Mon, 19 Aug 2024 18:38:06 +0900 Subject: [PATCH] chore: release v8.14.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45406921..bb094981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [8.14.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.13.1...v8.14.0) (2024-08-19) + +### Bug Fixes + +- Update Vivliostyle.js to 2.30.3: Fix for Chromium 128 ([22609f0](https://github.com/vivliostyle/vivliostyle-cli/commit/22609f0f2cb522941d42f4dfa4715b4bafe81b6e)) + +### Features + +- Update Playwright to 1.46.1 (Chromium 128.0.6613.18) ([d7335d6](https://github.com/vivliostyle/vivliostyle-cli/commit/d7335d645e14ee52eb2c1d9520138718dd5f213c)), closes [#504](https://github.com/vivliostyle/vivliostyle-cli/issues/504) + ## [8.13.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v8.13.0...v8.13.1) (2024-08-11) ### Bug Fixes diff --git a/package.json b/package.json index e7ec6ab5..f3cca854 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": "8.13.1", + "version": "8.14.0", "author": "spring_raining ", "type": "module", "scripts": {