From 79069e1a3d700624ce49b323922c113fc952bcc6 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:43:29 -0700 Subject: [PATCH] Release @latest (#699) 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.8 ### Patch Changes - [#697](https://github.com/inngest/inngest-js/pull/697) [`56ed5c1`](https://github.com/inngest/inngest-js/commit/56ed5c11081517db2a72ae27c83cbf4263d9b6ed) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Merge given env vars with `process.env` to support partial env shims like Hono in AWS Lambda - [#696](https://github.com/inngest/inngest-js/pull/696) [`9169d0e`](https://github.com/inngest/inngest-js/commit/9169d0ea246ef880fb60c7058b237fb72ef64efa) Thanks [@albertchae](https://github.com/albertchae)! - Fix typos in debounce documentation Co-authored-by: github-actions[bot] --- .changeset/lucky-readers-deny.md | 5 ----- .changeset/seven-rockets-rescue.md | 5 ----- packages/inngest/CHANGELOG.md | 8 ++++++++ packages/inngest/jsr.json | 2 +- packages/inngest/package.json | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/lucky-readers-deny.md delete mode 100644 .changeset/seven-rockets-rescue.md diff --git a/.changeset/lucky-readers-deny.md b/.changeset/lucky-readers-deny.md deleted file mode 100644 index e6d923e27..000000000 --- a/.changeset/lucky-readers-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Merge given env vars with `process.env` to support partial env shims like Hono in AWS Lambda diff --git a/.changeset/seven-rockets-rescue.md b/.changeset/seven-rockets-rescue.md deleted file mode 100644 index c63a69bcd..000000000 --- a/.changeset/seven-rockets-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix typos in debounce documentation diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 635fc566e..a2a02d730 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,13 @@ # inngest +## 3.22.8 + +### Patch Changes + +- [#697](https://github.com/inngest/inngest-js/pull/697) [`56ed5c1`](https://github.com/inngest/inngest-js/commit/56ed5c11081517db2a72ae27c83cbf4263d9b6ed) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Merge given env vars with `process.env` to support partial env shims like Hono in AWS Lambda + +- [#696](https://github.com/inngest/inngest-js/pull/696) [`9169d0e`](https://github.com/inngest/inngest-js/commit/9169d0ea246ef880fb60c7058b237fb72ef64efa) Thanks [@albertchae](https://github.com/albertchae)! - Fix typos in debounce documentation + ## 3.22.7 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 117037118..828cb1547 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.7", + "version": "3.22.8", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index a49437053..0cc592130 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.22.7", + "version": "3.22.8", "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",