diff --git a/.changeset/three-pianos-nail.md b/.changeset/three-pianos-nail.md deleted file mode 100644 index d9a9a70..0000000 --- a/.changeset/three-pianos-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": patch ---- - -add Command.provideSync diff --git a/.changeset/violet-balloons-film.md b/.changeset/violet-balloons-film.md deleted file mode 100644 index 3406b2d..0000000 --- a/.changeset/violet-balloons-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/cli": patch ---- - -add Command.provideEffect diff --git a/CHANGELOG.md b/CHANGELOG.md index def466a..d88917c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect/cli +## 0.25.3 + +### Patch Changes + +- [#426](https://github.com/Effect-TS/cli/pull/426) [`5ac4637`](https://github.com/Effect-TS/cli/commit/5ac4637c37b779363115afb94b477e5f7558cf6b) Thanks [@tim-smart](https://github.com/tim-smart)! - add Command.provideSync + +- [#426](https://github.com/Effect-TS/cli/pull/426) [`5ac4637`](https://github.com/Effect-TS/cli/commit/5ac4637c37b779363115afb94b477e5f7558cf6b) Thanks [@tim-smart](https://github.com/tim-smart)! - add Command.provideEffect + ## 0.25.2 ### Patch Changes diff --git a/package.json b/package.json index 091bc85..9f84e0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/cli", - "version": "0.25.2", + "version": "0.25.3", "type": "module", "packageManager": "pnpm@8.10.2", "publishConfig": {