Skip to content

Commit

Permalink
Merge branch 'main' into next15
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani authored Nov 4, 2024
2 parents 88852eb + 72057e3 commit 191477b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions cli/src/installers/envVars.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import crypto from "node:crypto";
import path from "path";
import fs from "fs-extra";

Expand Down

0 comments on commit 191477b

Please sign in to comment.