Skip to content

Commit 58251c5

Browse files
authored
Merge pull request #24 from tosaken1116/release-please--branches--master--components--create-template-next
chore(master): release create-template-next 0.0.20
2 parents 28dc2dc + 3319697 commit 58251c5

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.19"
2+
".": "0.0.20"
33
}

CHANGELOG.md

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

3+
## [0.0.20](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.19...create-template-next-v0.0.20) (2024-01-24)
4+
5+
6+
### Features
7+
8+
* support command line option of github actions ([4a85319](https://github.com/tosaken1116/next-template-cli/commit/4a85319cadaab9f68fccedf4450830904b21dbee))
9+
10+
11+
### Bug Fixes
12+
13+
* add template config with github actions ([ebac4ea](https://github.com/tosaken1116/next-template-cli/commit/ebac4eac260bd0cab9895bc6455c3f2c88b7ae15))
14+
315
## [0.0.19](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.18...create-template-next-v0.0.19) (2024-01-23)
416

517

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

0 commit comments

Comments
 (0)