Skip to content

Commit

Permalink
chore: release v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed May 15, 2023
1 parent e5e277d commit bfe1999
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# [7.3.0](https://github.com/vivliostyle/vivliostyle-cli/compare/v7.2.5...v7.3.0) (2023-05-15)

### Features

## [7.2.5](https://github.com/vivliostyle/vivliostyle-cli/compare/v7.2.4...v7.2.5) (2023-04-29)
- Update Playwright to 1.33.0 (Chromium 113.0.5672.53) ([101c98e](https://github.com/vivliostyle/vivliostyle-cli/commit/101c98ef12071bac0f93a1e66f5641d20566e694))
- Update Vivliostyle.js to 2.25.0: Support CSS Running Elements ([ca6ff7e](https://github.com/vivliostyle/vivliostyle-cli/commit/ca6ff7e3879572a3c31fb35f7e2ec775174a7b43))

## [7.2.5](https://github.com/vivliostyle/vivliostyle-cli/compare/v7.2.4...v7.2.5) (2023-04-29)

### Bug Fixes

* Fix dependency issue; fix [#400](https://github.com/vivliostyle/vivliostyle-cli/issues/400) ([b879960](https://github.com/vivliostyle/vivliostyle-cli/commit/b879960c28950924d1ec7478a2954d93fb9003da))
- Fix dependency issue; fix [#400](https://github.com/vivliostyle/vivliostyle-cli/issues/400) ([b879960](https://github.com/vivliostyle/vivliostyle-cli/commit/b879960c28950924d1ec7478a2954d93fb9003da))

## [7.2.4](https://github.com/vivliostyle/vivliostyle-cli/compare/v7.2.3...v7.2.4) (2023-04-20)

Expand Down Expand Up @@ -822,4 +826,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))
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": "7.2.5",
"version": "7.3.0",
"author": "spring_raining <harusamex.com@gmail.com>",
"type": "module",
"scripts": {
Expand Down

0 comments on commit bfe1999

Please sign in to comment.