Skip to content

Commit ebea3aa

Browse files
authored
Merge pull request #26 from tosaken1116/release-please--branches--master--components--create-template-next
chore(master): release create-template-next 0.0.22
2 parents 92bee63 + 69661eb commit ebea3aa

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.21"
2+
".": "0.0.22"
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.22](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.21...create-template-next-v0.0.22) (2024-01-25)
4+
5+
6+
### Features
7+
8+
* support other package manager of workflows ([92bee63](https://github.com/tosaken1116/next-template-cli/commit/92bee6376932dfe50fc1e9dace36755f10429b2c))
9+
310
## [0.0.21](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.20...create-template-next-v0.0.21) (2024-01-24)
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.21",
3+
"version": "0.0.22",
44
"description": "create nextjs app with various prompts",
55
"bin": {
66
"create-template-next": "./dist/index.js"

0 commit comments

Comments
 (0)