From ac876cc9f57ad085329e257539c3880a175248a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 15:58:02 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-turtles-vanish.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/brown-turtles-vanish.md diff --git a/.changeset/brown-turtles-vanish.md b/.changeset/brown-turtles-vanish.md deleted file mode 100644 index 724b3fa4a..000000000 --- a/.changeset/brown-turtles-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix exception being thrown from `debug` when used with Nitro running on Cloudflare Pages diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index f69d2825a..9f0bdf357 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.19.19 + +### Patch Changes + +- [#631](https://github.com/inngest/inngest-js/pull/631) [`ac6796c`](https://github.com/inngest/inngest-js/commit/ac6796c4c8b381c7d8c66e5247afbb40632d0417) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Fix exception being thrown from `debug` when used with Nitro running on Cloudflare Pages + ## 3.19.18 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index ad6a4019a..e3ce84a61 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.19.18", + "version": "3.19.19", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 5ad93104f..a65b6c8ec 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.19.18", + "version": "3.19.19", "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",