Skip to content

Commit 76c2b4a

Browse files
authored
Merge pull request #25 from tosaken1116/release-please--branches--master--components--create-template-next
chore(master): release create-template-next 0.0.21
2 parents 2a6896a + 1e05c97 commit 76c2b4a

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.20"
2+
".": "0.0.21"
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.21](https://github.com/tosaken1116/next-template-cli/compare/create-template-next-v0.0.20...create-template-next-v0.0.21) (2024-01-24)
4+
5+
6+
### Features
7+
8+
* add report useless modules workflow ([5a60593](https://github.com/tosaken1116/next-template-cli/commit/5a60593e5ce32dd000327acc9306edf97c91d742))
9+
310
## [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)
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.20",
3+
"version": "0.0.21",
44
"description": "create nextjs app with various prompts",
55
"bin": {
66
"create-template-next": "./dist/index.js"

0 commit comments

Comments
 (0)