diff --git a/.changeset/nine-baboons-move.md b/.changeset/nine-baboons-move.md deleted file mode 100644 index 0b00cc0af..000000000 --- a/.changeset/nine-baboons-move.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@effect/schema": patch ---- - -Schema: add filter overloading returning Option - -For more complex scenarios, you can return an `Option` type instead of a boolean. In this context, `None` indicates success, and `Some(error)` rejects the input with a specific error diff --git a/CHANGELOG.md b/CHANGELOG.md index d085d874e..914b0d4ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect/schema +## 0.51.5 + +### Patch Changes + +- [#629](https://github.com/Effect-TS/schema/pull/629) [`f690ebe`](https://github.com/Effect-TS/schema/commit/f690ebe28549181d80c985048784f9190e17bdaf) Thanks [@gcanti](https://github.com/gcanti)! - Schema: add filter overloading returning Option + + For more complex scenarios, you can return an `Option` type instead of a boolean. In this context, `None` indicates success, and `Some(error)` rejects the input with a specific error + ## 0.51.4 ### Patch Changes diff --git a/package.json b/package.json index 147e30043..2472a68d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/schema", - "version": "0.51.4", + "version": "0.51.5", "type": "module", "packageManager": "pnpm@8.10.0", "publishConfig": {