From 99af6d1c8135b5e0be80dbbaddcf9e2cffd5230d Mon Sep 17 00:00:00 2001 From: Dimitri Kennedy Date: Tue, 23 Jan 2024 13:08:31 -0500 Subject: [PATCH] Version Packages (#75) Co-authored-by: github-actions[bot] --- .changeset/three-swans-push.md | 5 ----- .changeset/twelve-owls-speak.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/three-swans-push.md delete mode 100644 .changeset/twelve-owls-speak.md diff --git a/.changeset/three-swans-push.md b/.changeset/three-swans-push.md deleted file mode 100644 index 264e0935..00000000 --- a/.changeset/three-swans-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@instructor-ai/instructor": patch ---- - -update zodstream and schema stream to support zod defaults diff --git a/.changeset/twelve-owls-speak.md b/.changeset/twelve-owls-speak.md deleted file mode 100644 index ec9f7a33..00000000 --- a/.changeset/twelve-owls-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@instructor-ai/instructor": patch ---- - -Type updates diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f5034e..0caa78ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @instructor-ai/instructor +## 0.0.3 + +### Patch Changes + +- [#86](https://github.com/instructor-ai/instructor-js/pull/86) [`205c6cb`](https://github.com/instructor-ai/instructor-js/commit/205c6cbc4e276b792953352e546ada356467aab5) Thanks [@roodboi](https://github.com/roodboi)! - update zodstream and schema stream to support zod defaults + +- [#74](https://github.com/instructor-ai/instructor-js/pull/74) [`f93d93b`](https://github.com/instructor-ai/instructor-js/commit/f93d93b7553af81a727bd8783d18c2901bb0d11a) Thanks [@roodboi](https://github.com/roodboi)! - Type updates + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index 60dd1d82..a4832af7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instructor-ai/instructor", - "version": "0.0.2", + "version": "0.0.3", "description": "structured outputs for llms", "publishConfig": { "access": "public"