From b1835913b14f28fa762fc7087f1b8ac7542d6743 Mon Sep 17 00:00:00 2001 From: MurakamiShinyu Date: Sat, 1 Apr 2023 21:35:35 +0900 Subject: [PATCH] chore: release v7.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9866585..2199c816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.2.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v7.2.0...v7.2.1) (2023-04-01) + +### Bug Fixes + +- prevent confirm dialog from being auto-dismissed ([dd61be8](https://github.com/vivliostyle/vivliostyle-cli/commit/dd61be885a95623995cf2b4203ec87b5ea8af4f6)) +- Update Vivliostyle.js to 2.24.1: Bug Fix ([64f722b](https://github.com/vivliostyle/vivliostyle-cli/commit/64f722b9a4d9723a1beae32fe6baa612a2a3e657)) + # [7.2.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v7.1.1...v7.2.0) (2023-04-01) ### Features diff --git a/package.json b/package.json index fe849a80..a05581c0 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": "7.2.0", + "version": "7.2.1", "author": "spring_raining ", "type": "module", "scripts": {