diff --git a/.changeset/perfect-geckos-behave.md b/.changeset/perfect-geckos-behave.md deleted file mode 100644 index ce17190e45..0000000000 --- a/.changeset/perfect-geckos-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": minor ---- - -Ignore trailing slashes when prompting the app name. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 70d4aa146c..147b56091c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.14.0 + +### Minor Changes + +- [#1466](https://github.com/t3-oss/create-t3-app/pull/1466) [`e8b68d9`](https://github.com/t3-oss/create-t3-app/commit/e8b68d92af093361bf73eed7eacd7ed6848500c3) Thanks [@brunoeduardodev](https://github.com/brunoeduardodev)! - Ignore trailing slashes when prompting the app name. + ## 7.13.2 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index a2b85e9343..9ef857d153 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.13.2", + "version": "7.14.0", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {