From 325ea376be993e2ad264400545d9c3f14fabdc37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 19:01:17 +0200 Subject: [PATCH] Version Packages (#265) Co-authored-by: github-actions[bot] --- .changeset/shy-crabs-notice.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shy-crabs-notice.md diff --git a/.changeset/shy-crabs-notice.md b/.changeset/shy-crabs-notice.md deleted file mode 100644 index 533f8ea56..000000000 --- a/.changeset/shy-crabs-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/schema": patch ---- - -add arbitrary to AnnotationOptions diff --git a/CHANGELOG.md b/CHANGELOG.md index c68bc49f9..b8cccd406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/schema +## 0.17.3 + +### Patch Changes + +- [#264](https://github.com/Effect-TS/schema/pull/264) [`4488c09`](https://github.com/Effect-TS/schema/commit/4488c0933c3286aa99a4e18aa071fab18a582ad1) Thanks [@gcanti](https://github.com/gcanti)! - add arbitrary to AnnotationOptions + ## 0.17.2 ### Patch Changes diff --git a/package.json b/package.json index b398d9583..3294b87c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/schema", - "version": "0.17.2", + "version": "0.17.3", "publishConfig": { "access": "public", "directory": "dist"