diff --git a/.changeset/soft-moose-care.md b/.changeset/soft-moose-care.md deleted file mode 100644 index a485e91..0000000 --- a/.changeset/soft-moose-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-t3-app": patch ---- - -Add packageManager field in package.json at app creation diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 549661b..a1b915d 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 7.20.1 + +### Patch Changes + +- [#1561](https://github.com/t3-oss/create-t3-app/pull/1561) [`b8507dc`](https://github.com/t3-oss/create-t3-app/commit/b8507dc64ee91b8423de2ab6145cb3e7d8072528) Thanks [@Nsttt](https://github.com/Nsttt)! - Add packageManager field in package.json at app creation + ## 7.20.0 ### Minor Changes diff --git a/cli/package.json b/cli/package.json index b370641..ad3c289 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-t3-app", - "version": "7.20.0", + "version": "7.20.1", "description": "Create web application with the t3 stack", "license": "MIT", "repository": {