diff --git a/.changeset/beige-colts-do.md b/.changeset/beige-colts-do.md deleted file mode 100644 index ef9c568c3..000000000 --- a/.changeset/beige-colts-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix required type annotation typescript errors; `inngest/types` is now exported with a warning within the module covering its usage diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 6d3c2829d..344bdd1b7 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.22.10 + +### Patch Changes + +- [#705](https://github.com/inngest/inngest-js/pull/705) [`f229dea`](https://github.com/inngest/inngest-js/commit/f229dea99e63b94c3d7225936ae92ac1396ecb63) Thanks [@goszczynskip](https://github.com/goszczynskip)! - Fix required type annotation typescript errors; `inngest/types` is now exported with a warning within the module covering its usage + ## 3.22.9 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 7d9c5edc7..95c8988a2 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.9", + "version": "3.22.10", "include": [ "./src/**/*.ts" ], @@ -36,4 +36,4 @@ "./hono": "./src/hono.ts", "./types": "./src/types.ts" } -} +} \ No newline at end of file diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 43521a602..c3e47cbb4 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.22.9", + "version": "3.22.10", "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",