Version Packages (#217)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-03 01:22:11 +05:30
committed by GitHub
parent 6ebe81ba46
commit ecc5790fc8
4 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,15 @@
# create-better-t-stack
## 2.7.0
### Minor Changes
- 437cf9a: add mongoose orm support to the stack builder
### Patch Changes
- 0cb24b1: add migrate and generate scripts
## 2.6.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-better-t-stack",
"version": "2.6.1",
"version": "2.7.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",