From fbb87a87c67543726e26f98ed727e68dbb9aec81 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Wed, 28 Aug 2024 02:58:25 -0700 Subject: [PATCH] Release @latest (#692) 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.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 Co-authored-by: github-actions[bot] --- .changeset/breezy-countries-whisper.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/breezy-countries-whisper.md 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",