Skip to content

Commit 37c102a

Browse files
authored
Merge pull request #27 from tosaken1116/release-please--branches--master--components--create-template-next
chore(master): release create-template-next 0.0.23
2 parents 93bafa6 + 02ca400 commit 37c102a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.22"
2+
".": "0.0.23"
33
}

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* change helper log ([93bafa6](https://github.com/tosaken1116/next-template-cli/commit/93bafa6774e4c8713022cee3989164976229ea44))
9+
310
## [0.0.22](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.21...create-template-next-v0.0.22) (2024-01-25)
411

512

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.22",
3+
"version": "0.0.23",
44
"description": "create nextjs app with various prompts",
55
"bin": {
66
"create-template-next": "./dist/index.js"

0 commit comments

Comments
 (0)