From aed6b4351fe483674594bfbde51671c32243de20 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:42:22 +0000 Subject: [PATCH] Release @latest (#767) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## inngest@3.27.2 ### Patch Changes - [#766](https://github.com/inngest/inngest-js/pull/766) [`fa74c6a`](https://github.com/inngest/inngest-js/commit/fa74c6aefdd3c129ad0e5000e1b869f3507980f1) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add missing `finish_reason` to OpenAI output types Co-authored-by: github-actions[bot] --- .changeset/lemon-sloths-wave.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/jsr.json | 2 +- packages/inngest/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/lemon-sloths-wave.md diff --git a/.changeset/lemon-sloths-wave.md b/.changeset/lemon-sloths-wave.md deleted file mode 100644 index c81f95130..000000000 --- a/.changeset/lemon-sloths-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Add missing `finish_reason` to OpenAI output types diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index c4d4c9372..f652c230c 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.27.2 + +### Patch Changes + +- [#766](https://github.com/inngest/inngest-js/pull/766) [`fa74c6a`](https://github.com/inngest/inngest-js/commit/fa74c6aefdd3c129ad0e5000e1b869f3507980f1) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add missing `finish_reason` to OpenAI output types + ## 3.27.1 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 68a1ddcf8..bf88c138c 100644 --- a/packages/inngest/jsr.json +++ b/packages/inngest/jsr.json @@ -2,7 +2,7 @@ "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@inngest/sdk", "description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.", - "version": "3.27.1", + "version": "3.27.2", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 21426c7c3..d386af81a 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.27.1", + "version": "3.27.2", "description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.", "main": "./index.js", "types": "./index.d.ts",