-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e51988f
commit 2d97fe5
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.0-beta.1](https://github.com/vivliostyle/themes/compare/[email protected]@1.0.0-beta.1) (2023-04-21) | ||
|
||
### Feature | ||
|
||
- Rewrite the template with [email protected] | ||
|
||
## [0.4.1](https://github.com/vivliostyle/themes/compare/[email protected]@0.4.1) (2022-04-20) | ||
|
||
**Note:** Version bump only for package create-vivliostyle-theme | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "create-vivliostyle-theme", | ||
"description": "Create Vivliostyle theme at ease", | ||
"version": "0.4.1", | ||
"version": "1.0.0-beta.1", | ||
"author": "Yasuaki Uechi <[email protected]>", | ||
"scripts": { | ||
"build": "shx rm -rf lib && NODE_ENV=production tsc && shx chmod +x lib/cli.js", | ||
|