diff --git a/.changeset/cyan-cooks-call.md b/.changeset/cyan-cooks-call.md deleted file mode 100644 index 00d5108f7..000000000 --- a/.changeset/cyan-cooks-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -chore: bump `@inngest/ai` to `0.0.4` diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index a39b58620..9c4307e06 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.31.10 + +### Patch Changes + +- [#852](https://github.com/inngest/inngest-js/pull/852) [`518a5b8`](https://github.com/inngest/inngest-js/commit/518a5b8602a358a78957e0e970d9ba85ef9f4d35) Thanks [@charlypoly](https://github.com/charlypoly)! - chore: bump `@inngest/ai` to `0.0.4` + ## 3.31.9 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 8cc3da26a..259730c70 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.31.9", + "version": "3.31.10", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index f5a3f6602..2661a6210 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.31.9", + "version": "3.31.10", "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",