From 753bfdca79b05e96e89190828f188de3e4741cb9 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:15:15 -0700 Subject: [PATCH] Release @latest (#711) 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.22.12 ### Patch Changes - [#710](https://github.com/inngest/inngest-js/pull/710) [`fc3f1e5`](https://github.com/inngest/inngest-js/commit/fc3f1e5fb457853c4eea7b6c88bab658e47b4fc8) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Allow access to userland promises when executing for `@inngest/test` Co-authored-by: github-actions[bot] --- .changeset/young-spies-repeat.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/jsr.json | 2 +- packages/inngest/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/young-spies-repeat.md diff --git a/.changeset/young-spies-repeat.md b/.changeset/young-spies-repeat.md deleted file mode 100644 index 4e9ab90a2..000000000 --- a/.changeset/young-spies-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Allow access to userland promises when executing for `@inngest/test` diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 5d21a3185..75c583a6b 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.22.12 + +### Patch Changes + +- [#710](https://github.com/inngest/inngest-js/pull/710) [`fc3f1e5`](https://github.com/inngest/inngest-js/commit/fc3f1e5fb457853c4eea7b6c88bab658e47b4fc8) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Allow access to userland promises when executing for `@inngest/test` + ## 3.22.11 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index d2a95a52f..1d01fd7ce 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.11", + "version": "3.22.12", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 8321a481e..6c9556340 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.22.11", + "version": "3.22.12", "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",