From 2dd6267e8c0e47b3aef3249e985651dae4ede261 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 9 Jan 2025 09:25:28 +0000 Subject: [PATCH] Version Packages --- .changeset/yellow-buttons-fail.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/yellow-buttons-fail.md diff --git a/.changeset/yellow-buttons-fail.md b/.changeset/yellow-buttons-fail.md deleted file mode 100644 index d05a4e35a..000000000 --- a/.changeset/yellow-buttons-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Fix inline example to match v3 diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index a04419b84..31571a575 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.29.1 + +### Patch Changes + +- [#794](https://github.com/inngest/inngest-js/pull/794) [`6ffe983`](https://github.com/inngest/inngest-js/commit/6ffe98342cb1b2749047a84a188d287e91fd2307) Thanks [@djfarrelly](https://github.com/djfarrelly)! - Fix inline example to match v3 + ## 3.29.0 ### Minor Changes diff --git a/packages/inngest/jsr.json b/packages/inngest/jsr.json index d224ef849..68da94c74 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.29.0", + "version": "3.29.1", "include": [ "./src/**/*.ts" ], diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 69220599e..ad41d1f43 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.29.0", + "version": "3.29.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",