Version Packages (#106)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-03 20:30:07 +05:30
committed by GitHub
parent cc563816ea
commit 95c68988e5
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": minor
---
Add automatic prisma postgres setup

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 1.6.0
### Minor Changes
- cc56381: Add automatic prisma postgres setup
## 1.5.0
### Minor Changes

View File

@@ -1,13 +1,16 @@
{
"name": "create-better-t-stack",
"version": "1.5.0",
"version": "1.6.0",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module",
"license": "MIT",
"bin": {
"create-better-t-stack": "dist/index.js"
},
"files": ["dist", "template"],
"files": [
"dist",
"template"
],
"keywords": [
"typescript",
"scaffold",