diff --git a/.changeset/tasty-seas-shave.md b/.changeset/tasty-seas-shave.md deleted file mode 100644 index 0b30705c..00000000 --- a/.changeset/tasty-seas-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@instructor-ai/instructor": minor ---- - -updated client types to be more flexible - added tests for latest anthropic updates and llm-polyglot major diff --git a/CHANGELOG.md b/CHANGELOG.md index 5365637d..6f117fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @instructor-ai/instructor +## 1.1.0 + +### Minor Changes + +- [#153](https://github.com/instructor-ai/instructor-js/pull/153) [`76ef059`](https://github.com/instructor-ai/instructor-js/commit/76ef0591a1e34b73923d0c21afcf9e09e99b6b7c) Thanks [@roodboi](https://github.com/roodboi)! - updated client types to be more flexible - added tests for latest anthropic updates and llm-polyglot major + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index ed4e013e..3af56456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instructor-ai/instructor", - "version": "1.0.0", + "version": "1.1.0", "description": "structured outputs for llms", "publishConfig": { "access": "public"