diff --git a/.changeset/clever-scissors-punch.md b/.changeset/clever-scissors-punch.md deleted file mode 100644 index 3b6ca7a6..00000000 --- a/.changeset/clever-scissors-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@instructor-ai/instructor": patch ---- - -update mjs import from openai diff --git a/.changeset/eighty-zoos-walk.md b/.changeset/eighty-zoos-walk.md deleted file mode 100644 index dc706e0f..00000000 --- a/.changeset/eighty-zoos-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@instructor-ai/instructor": minor ---- - -Restore CommonJS compatibility for OpenAI streaming diff --git a/CHANGELOG.md b/CHANGELOG.md index 251e8db8..b535b1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @instructor-ai/instructor +## 1.5.0 + +### Minor Changes + +- [#179](https://github.com/instructor-ai/instructor-js/pull/179) [`1b56bd1`](https://github.com/instructor-ai/instructor-js/commit/1b56bd18e0c7c02da94ee70e7837a155c3502b5c) Thanks [@morgante](https://github.com/morgante)! - Restore CommonJS compatibility for OpenAI streaming + +### Patch Changes + +- [`9486edb`](https://github.com/instructor-ai/instructor-js/commit/9486edb470295067ee7a537fc409132dceba5d10) Thanks [@roodboi](https://github.com/roodboi)! - update mjs import from openai + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 135a8bc8..d291daff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@instructor-ai/instructor", - "version": "1.4.0", + "version": "1.5.0", "description": "structured outputs for llms", "publishConfig": { "access": "public"