diff --git a/.changeset/tidy-panthers-mate.md b/.changeset/tidy-panthers-mate.md deleted file mode 100644 index e5bb83d3bd..0000000000 --- a/.changeset/tidy-panthers-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: drop `t.middleware()` diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9f3cb9877c..4d074cc57d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.25.1 + +### Patch Changes + +- [#1708](https://github.com/t3-oss/create-t3-app/pull/1708) [`8f379b4`](https://github.com/t3-oss/create-t3-app/commit/8f379b4df75e56b98973aabcc2097b62be80d0c7) Thanks [@KATT](https://github.com/KATT)! - chore: drop `t.middleware()` + ## 7.25.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 37bd1dc81c..8960901f93 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.25.0", + "version": "7.25.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {