From affbdaeb937992418f3152f3a7fbf5b483d52b75 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:42:35 +0000 Subject: [PATCH] Release @latest (#504) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## 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 Co-authored-by: github-actions[bot] --- .changeset/rude-onions-deliver.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rude-onions-deliver.md 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",