diff --git a/.changeset/mean-garlics-speak.md b/.changeset/mean-garlics-speak.md deleted file mode 100644 index c5796b3..0000000 --- a/.changeset/mean-garlics-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-effect-app": patch ---- - -Fixes a typo in the description of the `template` option of ⁠`create-effect-app`. diff --git a/packages/create-effect-app/CHANGELOG.md b/packages/create-effect-app/CHANGELOG.md index df14658..168359d 100644 --- a/packages/create-effect-app/CHANGELOG.md +++ b/packages/create-effect-app/CHANGELOG.md @@ -1,5 +1,11 @@ # create-effect-app +## 0.0.7 + +### Patch Changes + +- [#68](https://github.com/Effect-TS/examples/pull/68) [`d88d803`](https://github.com/Effect-TS/examples/commit/d88d8030518b9283bba9940b3e7b77c92475a0e3) Thanks @akoenig! - Fixes a typo in the description of the `template` option of ⁠`create-effect-app`. + ## 0.0.6 ### Patch Changes diff --git a/packages/create-effect-app/package.json b/packages/create-effect-app/package.json index e07a3c3..08e3d9a 100644 --- a/packages/create-effect-app/package.json +++ b/packages/create-effect-app/package.json @@ -1,6 +1,6 @@ { "name": "create-effect-app", - "version": "0.0.6", + "version": "0.0.7", "type": "module", "license": "MIT", "description": "Create Effect-powered applications with a single command", diff --git a/packages/create-effect-app/src/internal/version.ts b/packages/create-effect-app/src/internal/version.ts index bed5046..1b11fe2 100644 --- a/packages/create-effect-app/src/internal/version.ts +++ b/packages/create-effect-app/src/internal/version.ts @@ -1,2 +1,2 @@ /** @internal */ -export const moduleVersion = "0.0.6" +export const moduleVersion = "0.0.7"