diff --git a/.changeset/silly-bikes-float.md b/.changeset/silly-bikes-float.md deleted file mode 100644 index 8c47a655..00000000 --- a/.changeset/silly-bikes-float.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@instructor-ai/instructor": minor ---- - -Updating core openai/zod stream/zod/anthropic dependencies to latest - updating tests and support validation to better handle changes without warning unnecessarily. - -Peer dependencies will likely need to be updated to match the latest. diff --git a/CHANGELOG.md b/CHANGELOG.md index b535b1fd..5b0e5761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @instructor-ai/instructor +## 1.6.0 + +### Minor Changes + +- [#191](https://github.com/instructor-ai/instructor-js/pull/191) [`bf240b2`](https://github.com/instructor-ai/instructor-js/commit/bf240b27c893ee3e6da8f09e1d9c14004eb0d604) Thanks [@roodboi](https://github.com/roodboi)! - Updating core openai/zod stream/zod/anthropic dependencies to latest - updating tests and support validation to better handle changes without warning unnecessarily. + + Peer dependencies will likely need to be updated to match the latest. + ## 1.5.0 ### Minor Changes diff --git a/package.json b/package.json index 94c1ddd3..642cb74b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instructor-ai/instructor", - "version": "1.5.0", + "version": "1.6.0", "description": "structured outputs for llms", "publishConfig": { "access": "public"