diff --git a/.changeset/odd-queens-travel.md b/.changeset/odd-queens-travel.md deleted file mode 100644 index 718c2aa50a..0000000000 --- a/.changeset/odd-queens-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -move env validation logic out to a separate package diff --git a/.changeset/thick-mails-train.md b/.changeset/thick-mails-train.md deleted file mode 100644 index 5ca17ccd1d..0000000000 --- a/.changeset/thick-mails-train.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"create-t3-app": patch ---- - -Fixed issue with creating git repository with git versions below 2.28 -Fixed bug with check to use --inital-branch set in git v2.28 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 73a63cb35c..6d94544986 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 7.12.1 + +### Patch Changes + +- [#1377](https://github.com/t3-oss/create-t3-app/pull/1377) [`00018ff`](https://github.com/t3-oss/create-t3-app/commit/00018ff0cbe5904f0bb37b8cb0a64814ca5f9410) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - move env validation logic out to a separate package + +- [#1385](https://github.com/t3-oss/create-t3-app/pull/1385) [`ac12abb`](https://github.com/t3-oss/create-t3-app/commit/ac12abb92a77d251b2c4bc72caceb422ab4ca706) Thanks [@iAverages](https://github.com/iAverages)! - Fixed issue with creating git repository with git versions below 2.28 + Fixed bug with check to use --inital-branch set in git v2.28 + ## 7.12.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index b207e4fc8c..fb590860b3 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.12.0", + "version": "7.12.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {