chore(release): version [skip ci]

This commit is contained in:
Aman Varshney
2025-08-15 09:31:12 +00:00
parent 154c24f3f6
commit 22773232ae
4 changed files with 24 additions and 32 deletions

View File

@@ -1,26 +1,19 @@
# v2.33.6 (Fri Aug 15 2025)
#### 🐛 Bug Fix
- fix: auto configuration ([@AmanVarshney01](https://github.com/AmanVarshney01))
- `create-better-t-stack`
- fix: remove forced none webdeploy when convex ([@AmanVarshney01](https://github.com/AmanVarshney01))
#### ⚠️ Pushed to `main`
- Revert "fix: auto configuration" ([@AmanVarshney01](https://github.com/AmanVarshney01))
#### Authors: 1
- Aman Varshney ([@AmanVarshney01](https://github.com/AmanVarshney01))
---
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.33.6](https://github.com/AmanVarshney01/create-better-t-stack/compare/v2.33.5...v2.33.6) (2025-08-15)
### Bug Fixes
* remove forced none webdeploy when convex ([ac1067a](https://github.com/AmanVarshney01/create-better-t-stack/commit/ac1067ab231fa452bd85bf8ce51bb2edc7746199))
## 2.33.5 (2025-08-15)

View File

@@ -1,20 +1,19 @@
# v2.33.6 (Fri Aug 15 2025)
#### 🐛 Bug Fix
- fix: remove forced none webdeploy when convex ([@AmanVarshney01](https://github.com/AmanVarshney01))
#### Authors: 1
- Aman Varshney ([@AmanVarshney01](https://github.com/AmanVarshney01))
---
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.33.6](https://github.com/AmanVarshney01/create-better-t-stack/compare/v2.33.5...v2.33.6) (2025-08-15)
### Bug Fixes
* remove forced none webdeploy when convex ([ac1067a](https://github.com/AmanVarshney01/create-better-t-stack/commit/ac1067ab231fa452bd85bf8ce51bb2edc7746199))
## 2.33.5 (2025-08-15)

View File

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

@@ -1,5 +1,5 @@
{
"version": "2.33.5",
"version": "2.33.6",
"npmClient": "bun",
"command": {
"publish": {