diff --git a/.changeset/green-pillows-smoke.md b/.changeset/green-pillows-smoke.md deleted file mode 100644 index 9569699..0000000 --- a/.changeset/green-pillows-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": patch ---- - -update effect diff --git a/CHANGELOG.md b/CHANGELOG.md index a32898e..521a4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/cli +## 0.20.1 + +### Patch Changes + +- [#351](https://github.com/Effect-TS/cli/pull/351) [`95d2057`](https://github.com/Effect-TS/cli/commit/95d2057f831c625c39b3f6a791c6979c8c887c75) Thanks [@tim-smart](https://github.com/tim-smart)! - update effect + ## 0.20.0 ### Minor Changes diff --git a/package.json b/package.json index fad3c56..8d0c972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/cli", - "version": "0.20.0", + "version": "0.20.1", "publishConfig": { "access": "public" },