Skip to content

Commit 0d81f44

Browse files
Version Packages (#849)
Co-authored-by: vivliostyle-bot[bot] <236058695+vivliostyle-bot[bot]@users.noreply.github.com>
1 parent a4b3141 commit 0d81f44

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.changeset/early-llamas-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vivliostyle/cli
22

3+
## 11.0.4
4+
5+
### Patch Changes
6+
7+
- Down-level the build to the `engines.node` floor (>=22.12.0) so the CLI no longer crashes with `SyntaxError: Unexpected identifier '_'` on Node 22. ([#848](https://github.com/vivliostyle/vivliostyle-cli/pull/848))
8+
39
## 11.0.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vivliostyle/cli",
33
"description": "Save the pdf file via headless browser and Vivliostyle.",
4-
"version": "11.0.3",
4+
"version": "11.0.4",
55
"author": "spring_raining <harusamex.com@gmail.com>",
66
"type": "module",
77
"scripts": {

packages/create-book/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-book
22

3+
## 11.0.4
4+
35
## 11.0.3
46

57
## 11.0.2

packages/create-book/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-book",
33
"description": "The fastest way to start writing book with Vivliostyle ecosystem.",
4-
"version": "11.0.3",
4+
"version": "11.0.4",
55
"author": "Vivliostyle Foundation",
66
"type": "module",
77
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)