diff --git a/.changeset/breezy-countries-whisper.md b/.changeset/breezy-countries-whisper.md deleted file mode 100644 index 4fb9d3926..000000000 --- a/.changeset/breezy-countries-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix 401 on missing sig header during inspection diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 6a5b6c5ad..987416009 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.22.6 + +### Patch Changes + +- [#690](https://github.com/inngest/inngest-js/pull/690) [`6a97e1c`](https://github.com/inngest/inngest-js/commit/6a97e1c0d92920fb14392c7005a565d2557eabe2) Thanks [@goodoldneon](https://github.com/goodoldneon)! - Fix 401 on missing sig header during inspection + ## 3.22.5 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 645066433..8e3e5613a 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.5", + "version": "3.22.6", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 470fe8acd..52b9f8fc5 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.22.5", + "version": "3.22.6", "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",