Version Packages (#95)

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

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": minor
---
Add AI chat example and update flags structures

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 1.4.0
### Minor Changes
- a6ac5dc: Add AI chat example and update flags structures
## 1.3.3
### Patch Changes

View File

@@ -1,13 +1,16 @@
{
"name": "create-better-t-stack",
"version": "1.3.3",
"version": "1.4.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": [],
"repository": {
"type": "git",