diff --git a/.changeset/clever-pets-relax.md b/.changeset/clever-pets-relax.md deleted file mode 100644 index 70fd6c803..000000000 --- a/.changeset/clever-pets-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Support Next.js 15 in serve handler typing diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 0e764fb04..c77d4a710 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.22.14 + +### Patch Changes + +- [#721](https://github.com/inngest/inngest-js/pull/721) [`59fa466`](https://github.com/inngest/inngest-js/commit/59fa466211dfe146ce2755601a5a32c49ad0fc88) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Support Next.js 15 in serve handler typing + ## 3.22.13 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index bc66272c9..885e74d52 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.22.13", + "version": "3.22.14", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index bae56876d..60962109f 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.22.13", + "version": "3.22.14", "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",