diff --git a/.changeset/strange-sheep-argue.md b/.changeset/strange-sheep-argue.md deleted file mode 100644 index 3d592e88c1..0000000000 --- a/.changeset/strange-sheep-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Added an import for crypto in the cli envVars.ts to support older node versions. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index cb2f499e3d..fb49f76b41 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.38.1 + +### Patch Changes + +- [#2010](https://github.com/t3-oss/create-t3-app/pull/2010) [`12fccae15d08bc11168fe6b462d978a6787b5c7c`](https://github.com/t3-oss/create-t3-app/commit/12fccae15d08bc11168fe6b462d978a6787b5c7c) Thanks [@swyckoff](https://github.com/swyckoff)! - Added an import for crypto in the cli envVars.ts to support older node versions. + ## 7.38.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 194d6f3bf5..bce3f47c45 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.38.0", + "version": "7.38.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {