Version Packages (#401)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-15 15:57:08 +05:30
committed by GitHub
parent b9e929235d
commit 0453ed5d24
4 changed files with 8 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
Fix start script paths in Bun and Node runtime setup

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
Return DB results directly in todo router handlers

View File

@@ -1,5 +1,12 @@
# create-better-t-stack
## 2.25.9
### Patch Changes
- b47671c: Fix start script paths in Bun and Node runtime setup
- b9e9292: Return DB results directly in todo router handlers
## 2.25.8
### Patch Changes

View File

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