diff --git a/.changeset/light-chefs-clean.md b/.changeset/light-chefs-clean.md deleted file mode 100644 index 845ad9cf..00000000 --- a/.changeset/light-chefs-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@instructor-ai/instructor": minor ---- - -update client types to better support non oai clients + updates to allow for passing usage properties into meta from non-oai clients diff --git a/CHANGELOG.md b/CHANGELOG.md index ff41933b..251e8db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @instructor-ai/instructor +## 1.4.0 + +### Minor Changes + +- [#182](https://github.com/instructor-ai/instructor-js/pull/182) [`0a5bbd8`](https://github.com/instructor-ai/instructor-js/commit/0a5bbd8082915bcc8c4686d34fec5d5f034ebd9c) Thanks [@roodboi](https://github.com/roodboi)! - update client types to better support non oai clients + updates to allow for passing usage properties into meta from non-oai clients + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 6d4bee0c..135a8bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instructor-ai/instructor", - "version": "1.3.0", + "version": "1.4.0", "description": "structured outputs for llms", "publishConfig": { "access": "public"