Version Packages (#84)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-26 02:27:20 +05:30
committed by GitHub
parent 88afd53a4d
commit b6b113766e
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": minor
---
Add runtime selection feature between Bun and Node.js

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 1.1.0
### Minor Changes
- 88afd53: Add runtime selection feature between Bun and Node.js
## 1.0.10
### Patch Changes

View File

@@ -1,13 +1,16 @@
{
"name": "create-better-t-stack",
"version": "1.0.10",
"version": "1.1.0",
"description": "CLI tool to scaffold Better-T Stack projects",
"type": "module",
"license": "MIT",
"bin": {
"create-better-t-stack": "dist/index.js"
},
"files": ["dist", "template"],
"files": [
"dist",
"template"
],
"keywords": [],
"repository": {
"type": "git",