Skip to content

Commit db3c90b

Browse files
authored
Merge pull request #28 from tosaken1116/release-please--branches--master--components--create-template-next
chore(master): release create-template-next 0.0.24
2 parents 7d76d43 + c900be4 commit db3c90b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.23"
2+
".": "0.0.24"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.24](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.23...create-template-next-v0.0.24) (2024-01-26)
4+
5+
6+
### Features
7+
8+
* add --all-actions option ([ff2dd9a](https://github.com/tosaken1116/next-template-cli/commit/ff2dd9ad61a188dce74e8a512b35e2a9b2952ce9))
9+
* generate multiple logs ([7d76d43](https://github.com/tosaken1116/next-template-cli/commit/7d76d4332f1b6c73c25daf6261032987f232c6c6))
10+
311
## [0.0.23](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.22...create-template-next-v0.0.23) (2024-01-26)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-template-next",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "create nextjs app with various prompts",
55
"bin": {
66
"create-template-next": "./dist/index.js"

0 commit comments

Comments
 (0)