diff --git a/.changeset/thirty-onions-tickle.md b/.changeset/thirty-onions-tickle.md deleted file mode 100644 index 12eebe91d7..0000000000 --- a/.changeset/thirty-onions-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -feat: use trpc 11 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ff4d455a3d..452702c4d5 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.30.0 + +### Minor Changes + +- [#1741](https://github.com/t3-oss/create-t3-app/pull/1741) [`5de586d`](https://github.com/t3-oss/create-t3-app/commit/5de586da1933064c9eef84ddae47d795e71afc53) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: use trpc 11 + ## 7.29.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 16f67f301d..5b0f86cbdc 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.29.0", + "version": "7.30.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {