chore(release): 2.34.1

This commit is contained in:
Aman Varshney
2025-08-21 00:19:37 +05:30
parent 18d821a568
commit 24aba1e187
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "create-better-t-stack",
"version": "2.34.0",
"version": "2.34.1",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module",
"license": "MIT",

View File

@@ -15,7 +15,7 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "2.34.0",
"version": "2.34.1",
"bin": {
"create-better-t-stack": "dist/cli.js",
},