diff --git a/.changeset/violet-elephants-sit.md b/.changeset/violet-elephants-sit.md deleted file mode 100644 index ae72cc68c8..0000000000 --- a/.changeset/violet-elephants-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Resolved issue where database startup script did not check for docker daemon being up and running diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index c7e7a1b4ef..3d45f6dea7 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.37.1 + +### Patch Changes + +- [#1975](https://github.com/t3-oss/create-t3-app/pull/1975) [`78cb06f99f15f4f4f90b57e3545f1dc0b222eaf3`](https://github.com/t3-oss/create-t3-app/commit/78cb06f99f15f4f4f90b57e3545f1dc0b222eaf3) Thanks [@0pilatos0](https://github.com/0pilatos0)! - Resolved issue where database startup script did not check for docker daemon being up and running + ## 7.37.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index 41b5152d49..e43261a1a1 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.37.0", + "version": "7.37.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {