From 1f1e48f19d20d53ebe555a5f47f28861959466ac Mon Sep 17 00:00:00 2001 From: spring-raining Date: Sat, 6 Mar 2021 11:48:04 +0900 Subject: [PATCH] chore: release v3.1.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf2889a..7a8347fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.1.2](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.1.1...v3.1.2) (2021-03-06) + +### Bug Fixes + +- Failed to load from web because of CORS error ([1cb1baf](https://github.com/vivliostyle/vivliostyle-cli/commit/1cb1baf756d4ecb9466db6b17d7e1b58dfaa9dd3)) +- Preview watch not working as expected ([7607d74](https://github.com/vivliostyle/vivliostyle-cli/commit/7607d744bbb37d690f8f5478e9f301886ddba2b9)) + +### Features + +- Update vivliostyle core version to 2.5.2 ([b5ad780](https://github.com/vivliostyle/vivliostyle-cli/commit/b5ad78039edbe33be1b4fef97572b2b67274fb42)) + ## [3.1.1](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.1.0...v3.1.1) (2021-02-28) # [3.1.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v3.0.3...v3.1.0) (2021-02-27) diff --git a/package.json b/package.json index 1ee214b0..60ca222a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vivliostyle/cli", "description": "Save the pdf file via Headless Chrome and Vivliostyle.", - "version": "3.1.1", + "version": "3.1.2", "author": "spring_raining ", "scripts": { "build": "yarn clean && run-p build:*",