Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #184

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/clever-scissors-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-zoos-walk.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructor-ai/instructor",
"version": "1.4.0",
"version": "1.5.0",
"description": "structured outputs for llms",
"publishConfig": {
"access": "public"
Expand Down
Loading