diff --git a/.changeset/stale-falcons-dress.md b/.changeset/stale-falcons-dress.md deleted file mode 100644 index 3598d15a8..000000000 --- a/.changeset/stale-falcons-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Widen the `AiAdapter` types to allow for easy overrides diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 87066031e..7cf5e7df0 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.27.4 + +### Patch Changes + +- [#770](https://github.com/inngest/inngest-js/pull/770) [`3aab141`](https://github.com/inngest/inngest-js/commit/3aab1410e5d45d71404694bef0067a978b1fceae) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Widen the `AiAdapter` types to allow for easy overrides + ## 3.27.3 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index bad495478..544a743f6 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.3", + "version": "3.27.4", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 10014af18..5a421eadf 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.27.3", + "version": "3.27.4", "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",