Version Packages (#91)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-29 18:24:13 +05:30
committed by GitHub
parent b0e3432554
commit f08404892e
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
fix several bugs

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 1.3.1
### Patch Changes
- b0e3432: fix several bugs
## 1.3.0
### Minor Changes

View File

@@ -1,13 +1,16 @@
{
"name": "create-better-t-stack",
"version": "1.3.0",
"version": "1.3.1",
"description": "CLI tool to scaffold Better-T Stack projects",
"type": "module",
"license": "MIT",
"bin": {
"create-better-t-stack": "dist/index.js"
},
"files": ["dist", "template"],
"files": [
"dist",
"template"
],
"keywords": [],
"repository": {
"type": "git",