diff --git a/.changeset/late-pans-beg.md b/.changeset/late-pans-beg.md deleted file mode 100644 index 7f4881409..000000000 --- a/.changeset/late-pans-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Add max_tokens as a param for anthropic model providers diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 2c7ebb191..c4d4c9372 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.27.1 + +### Patch Changes + +- [#764](https://github.com/inngest/inngest-js/pull/764) [`1358b80`](https://github.com/inngest/inngest-js/commit/1358b80c758e85bc61e3f9aaa38e72af4bd1b44e) Thanks [@tonyhb](https://github.com/tonyhb)! - Add max_tokens as a param for anthropic model providers + ## 3.27.0 ### Minor Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index 69d5b285f..68a1ddcf8 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.27.0", + "version": "3.27.1", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 01ae0be2a..21426c7c3 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.27.0", + "version": "3.27.1", "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",