diff --git a/.changeset/fresh-melons-enjoy.md b/.changeset/fresh-melons-enjoy.md deleted file mode 100644 index fe2145490d..0000000000 --- a/.changeset/fresh-melons-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -fix: undo env changes diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4aa1ef2bf0..0a6b2b34da 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.3.1 + +### Patch Changes + +- [#1084](https://github.com/t3-oss/create-t3-app/pull/1084) [`7490a34`](https://github.com/t3-oss/create-t3-app/commit/7490a34a3f46d8e912f996843d27ae5933f26164) Thanks [@c-ehrlich](https://github.com/c-ehrlich)! - fix: undo env changes + ## 7.3.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 6ca1dca0c6..7e3b222942 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.3.0", + "version": "7.3.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {