From 5bb552555ec95c77931c37b9b502408046fc5a6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 14:53:01 +0200 Subject: [PATCH] Version Packages (#283) Co-authored-by: github-actions[bot] --- .changeset/young-mangos-provide.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/young-mangos-provide.md diff --git a/.changeset/young-mangos-provide.md b/.changeset/young-mangos-provide.md deleted file mode 100644 index 44a1bfccc..000000000 --- a/.changeset/young-mangos-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": patch ---- - -handle excess properties for records diff --git a/CHANGELOG.md b/CHANGELOG.md index a535bfd95..a768904c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/schema +## 0.19.2 + +### Patch Changes + +- [#282](https://github.com/Effect-TS/schema/pull/282) [`9b9c3ee`](https://github.com/Effect-TS/schema/commit/9b9c3ee9d27c20a5bcb422f6d8ec3f46b648409a) Thanks [@gcanti](https://github.com/gcanti)! - handle excess properties for records + ## 0.19.1 ### Patch Changes diff --git a/package.json b/package.json index f1a2e338f..4aa5d479a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/schema", - "version": "0.19.1", + "version": "0.19.2", "publishConfig": { "access": "public", "directory": "dist"