diff --git a/.changeset/rude-onions-deliver.md b/.changeset/rude-onions-deliver.md deleted file mode 100644 index 934222d5..00000000 --- a/.changeset/rude-onions-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix `onSendEvent.transformInput()` middleware hooks not running for `step.invoke()` payloads diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 687f04c7..dec6da20 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.15.2 + +### Patch Changes + +- [#503](https://github.com/inngest/inngest-js/pull/503) [`f6088e0`](https://github.com/inngest/inngest-js/commit/f6088e0c04b5732c3b5e95c79f75c423625ba15d) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix `onSendEvent.transformInput()` middleware hooks not running for `step.invoke()` payloads + ## 3.15.1 ### Patch Changes diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 157b025f..01d75493 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.15.1", + "version": "3.15.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",