diff --git a/.changeset/bright-waves-sip.md b/.changeset/bright-waves-sip.md deleted file mode 100644 index bc4c31dd8..000000000 --- a/.changeset/bright-waves-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix crash when receiving a PUT without a body diff --git a/.changeset/quick-deers-tell.md b/.changeset/quick-deers-tell.md deleted file mode 100644 index 0b9613dab..000000000 --- a/.changeset/quick-deers-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix imports requiring internal extensions when being consumed by true ESM diff --git a/.changeset/ten-gorillas-build.md b/.changeset/ten-gorillas-build.md deleted file mode 100644 index 072d05082..000000000 --- a/.changeset/ten-gorillas-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": minor ---- - -Add `"inngest/nitro"` serve handler diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 725774c8b..efd20b932 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,17 @@ # inngest +## 3.24.0 + +### Minor Changes + +- [#685](https://github.com/inngest/inngest-js/pull/685) [`801946b`](https://github.com/inngest/inngest-js/commit/801946b349f20cdb9d0b5e77539ba253aab8348a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add `"inngest/nitro"` serve handler + +### Patch Changes + +- [#729](https://github.com/inngest/inngest-js/pull/729) [`511c2a1`](https://github.com/inngest/inngest-js/commit/511c2a1e37db88b62f236247849199c1701fecfb) Thanks [@amh4r](https://github.com/amh4r)! - Fix crash when receiving a PUT without a body + +- [#685](https://github.com/inngest/inngest-js/pull/685) [`801946b`](https://github.com/inngest/inngest-js/commit/801946b349f20cdb9d0b5e77539ba253aab8348a) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix imports requiring internal extensions when being consumed by true ESM + ## 3.23.1 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 90bd5a25f..587604069 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.23.1", + "version": "3.24.0", "include": [ "./src/**/*.ts" ], @@ -37,4 +37,4 @@ "./nitro": "./src/nitro.ts", "./types": "./src/types.ts" } -} +} \ No newline at end of file diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 394ce843e..5ac081ce2 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.23.1", + "version": "3.24.0", "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",