diff --git a/.changeset/curly-ants-tie.md b/.changeset/curly-ants-tie.md deleted file mode 100644 index c551851e..00000000 --- a/.changeset/curly-ants-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@instructor-ai/instructor": minor ---- - -adding request option pass through + handling non validation errors a little bit better and not retrying if not validation error specifically diff --git a/CHANGELOG.md b/CHANGELOG.md index 62368155..8bf08167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @instructor-ai/instructor +## 1.2.0 + +### Minor Changes + +- [#164](https://github.com/instructor-ai/instructor-js/pull/164) [`6942d65`](https://github.com/instructor-ai/instructor-js/commit/6942d652b7750fac4306c4d713399cdc03e86a9b) Thanks [@roodboi](https://github.com/roodboi)! - adding request option pass through + handling non validation errors a little bit better and not retrying if not validation error specifically + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index 5429dda3..72b08517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instructor-ai/instructor", - "version": "1.1.1", + "version": "1.2.0", "description": "structured outputs for llms", "publishConfig": { "access": "public"