diff --git a/.changeset/metal-carrots-pay.md b/.changeset/metal-carrots-pay.md deleted file mode 100644 index 1caf6cf175..0000000000 --- a/.changeset/metal-carrots-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-bsmnt-app": patch ---- - -Add `next-typescript` template files to the `create-bsmnt-app` starter. diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 3691d9f8ac..d40f4c226f 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # create-bsmnt-app +## 1.0.2 + +### Patch Changes + +- [`4acff78`](https://github.com/basementstudio/hydra/commit/4acff788ce76ec4acb70b4e3274f3933f3ec1f1f) Thanks [@justkahdri](https://github.com/justkahdri)! - Add `next-typescript` template files to the `create-bsmnt-app` starter. + ## 1.0.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index bcb3c18d6c..b7c5855459 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-bsmnt-app", - "version": "1.0.1", + "version": "1.0.2", "description": "Create web application with the bsmnt stack", "license": "MIT", "repository": {