Skip to content

Commit b70b243

Browse files
Version Packages
1 parent d88d803 commit b70b243

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/mean-garlics-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-effect-app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-effect-app
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [#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`.
8+
39
## 0.0.6
410

511
### Patch Changes

packages/create-effect-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-effect-app",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"type": "module",
55
"license": "MIT",
66
"description": "Create Effect-powered applications with a single command",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/** @internal */
2-
export const moduleVersion = "0.0.6"
2+
export const moduleVersion = "0.0.7"

0 commit comments

Comments
 (0)