diff --git a/.changeset/tasty-pandas-run.md b/.changeset/tasty-pandas-run.md deleted file mode 100644 index 5f161a7841..0000000000 --- a/.changeset/tasty-pandas-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -chore: reuse existing AppRouter type #1687 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ed1e7b4782..71909e0df2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.24.2 + +### Patch Changes + +- [#1687](https://github.com/t3-oss/create-t3-app/pull/1687) [`6461090`](https://github.com/t3-oss/create-t3-app/commit/6461090a029dd2094065493e513a289a1b414673) Thanks [@sinasab](https://github.com/sinasab)! - chore: reuse existing AppRouter type #1687 + ## 7.24.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 4d14ebbd35..aaa0c4f2d7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.24.1", + "version": "7.24.2", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {