diff --git a/.changeset/loud-coats-sniff.md b/.changeset/loud-coats-sniff.md deleted file mode 100644 index 9160d943bb..0000000000 --- a/.changeset/loud-coats-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -single env file diff --git a/.changeset/tough-bees-serve.md b/.changeset/tough-bees-serve.md deleted file mode 100644 index 9dcd235e80..0000000000 --- a/.changeset/tough-bees-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: swap `@ts-check` comments to `checkJs: true` in scaffolded app's tsconfig diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 859154e6aa..5389140783 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 7.5.0 + +### Minor Changes + +- [#1092](https://github.com/t3-oss/create-t3-app/pull/1092) [`aa44574`](https://github.com/t3-oss/create-t3-app/commit/aa44574680bf380cf4cf7f255fb547e5d9ced7d7) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - single env file + +### Patch Changes + +- [#1171](https://github.com/t3-oss/create-t3-app/pull/1171) [`efe8b7f`](https://github.com/t3-oss/create-t3-app/commit/efe8b7f54cf0fe5448dc52118745668ae4913547) Thanks [@esotuvaka](https://github.com/esotuvaka)! - fix: swap `@ts-check` comments to `checkJs: true` in scaffolded app's tsconfig + ## 7.4.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 4c15ee3f6b..db6ea4988f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.4.1", + "version": "7.5.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {