diff --git a/.changeset/early-clocks-talk.md b/.changeset/early-clocks-talk.md deleted file mode 100644 index d1994a312..000000000 --- a/.changeset/early-clocks-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix inferred dev mode resulting in contacting the production API when fetching large state diff --git a/.changeset/giant-bugs-worry.md b/.changeset/giant-bugs-worry.md deleted file mode 100644 index fdd30b4ac..000000000 --- a/.changeset/giant-bugs-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Change an error when function configuration is invalid to a warning instead diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 005871d71..35e190c6b 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,13 @@ # inngest +## 3.19.20 + +### Patch Changes + +- [#636](https://github.com/inngest/inngest-js/pull/636) [`b0e6237`](https://github.com/inngest/inngest-js/commit/b0e6237b427d6b8a9e2333d8198798f4c8e61339) Thanks [@goodoldneon](https://github.com/goodoldneon)! - Fix inferred dev mode resulting in contacting the production API when fetching large state + +- [#634](https://github.com/inngest/inngest-js/pull/634) [`ac402ef`](https://github.com/inngest/inngest-js/commit/ac402ef743dbe99261a7728701df70ddd9beaf5d) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Change an error when function configuration is invalid to a warning instead + ## 3.19.19 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index e3ce84a61..a58f568f6 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.19", + "version": "3.19.20", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index a65b6c8ec..1f41ebe14 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.19.19", + "version": "3.19.20", "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",