diff --git a/.changeset/silver-jobs-wave.md b/.changeset/silver-jobs-wave.md deleted file mode 100644 index a1be60c7b4..0000000000 --- a/.changeset/silver-jobs-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -tidy up and modernize tsconfig diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ad18166d2f..cf0e8c14ea 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.23.2 + +### Patch Changes + +- [#1651](https://github.com/t3-oss/create-t3-app/pull/1651) [`4834ec3`](https://github.com/t3-oss/create-t3-app/commit/4834ec3cd16c8dba4be1bcd2a9b162c37a0bc7d2) Thanks [@mattpocock](https://github.com/mattpocock)! - tidy up and modernize tsconfig + ## 7.23.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 7f9379ce93..fedc8b1e2e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.23.1", + "version": "7.23.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {