diff --git a/.changeset/short-worms-agree.md b/.changeset/short-worms-agree.md deleted file mode 100644 index b6a1ff683..000000000 --- a/.changeset/short-worms-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": minor ---- - -Added a new `"inngest/sveltekit"` serve handler. See the [Framework: Sveltekit](https://www.inngest.com/docs/sdk/serve#framework-sveltekit) docs and the [`framework-sveltekit`](/examples/framework-sveltekit) example to get started. diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index c8b87f2ca..954f4fb05 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.5.0 + +### Minor Changes + +- [#299](https://github.com/inngest/inngest-js/pull/299) [`ac61617`](https://github.com/inngest/inngest-js/commit/ac61617e77f9f3373cc1c9e32adbe1eace0e8504) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Added a new `"inngest/sveltekit"` serve handler. See the [Framework: Sveltekit](https://www.inngest.com/docs/sdk/serve#framework-sveltekit) docs and the [`framework-sveltekit`](/examples/framework-sveltekit) example to get started. + ## 3.4.4 ### Patch Changes diff --git a/packages/inngest/package.json b/packages/inngest/package.json index a0bfdb1ef..267421b7d 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.4.4", + "version": "3.5.0", "description": "Official SDK for Inngest.com", "main": "./index.js", "types": "./index.d.ts",