diff --git a/.changeset/clever-pots-pump.md b/.changeset/clever-pots-pump.md deleted file mode 100644 index 3b9a47f9f6..0000000000 --- a/.changeset/clever-pots-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -feat: wrap createContext with helper function to make it independent of req/res diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index d31b9812ac..04784810d2 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.8.0 + +### Minor Changes + +- [#324](https://github.com/t3-oss/create-t3-app/pull/324) [`fb5498c`](https://github.com/t3-oss/create-t3-app/commit/fb5498ceda6d3c528c2fe4e9a5ba4adf3dd36b10) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: wrap createContext with helper function to make it independent of req/res + ## 5.7.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 72defdb81e..30b0e8646c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "5.7.0", + "version": "5.8.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {