From 5c9e64e4549bdb217aec5502c07bebf64fc85d0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Nov 2024 12:28:44 +0000 Subject: [PATCH] Version Packages --- .changeset/perfect-guests-eat.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/perfect-guests-eat.md diff --git a/.changeset/perfect-guests-eat.md b/.changeset/perfect-guests-eat.md deleted file mode 100644 index 5bf435f03..000000000 --- a/.changeset/perfect-guests-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": minor ---- - -Add `step.ai.*()` tooling, allowing users to leverage AI workflows within Inngest functions diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 62eee779a..cc4543c00 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.26.0 + +### Minor Changes + +- [#747](https://github.com/inngest/inngest-js/pull/747) [`871a958`](https://github.com/inngest/inngest-js/commit/871a958bc990216d974b30adc3512672514af912) Thanks [@jacobheric](https://github.com/jacobheric)! - Add `step.ai.*()` tooling, allowing users to leverage AI workflows within Inngest functions + ## 3.25.1 ### Patch Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index c9b26e571..0d85cf3de 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.25.1", + "version": "3.26.0", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 9a942da10..4ae2a59bc 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.25.1", + "version": "3.26.0", "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",