From 90d8fb278076fa4c115c4e2e7eddb7ea71932bf4 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:57:59 -0700 Subject: [PATCH] Release @latest (#551) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## inngest@3.19.0 ### Minor Changes - [#539](https://github.com/inngest/inngest-js/pull/539) [`24f1e7d`](https://github.com/inngest/inngest-js/commit/24f1e7de92d609e0a9ee9df1e3dfa0d2f7c8f682) Thanks [@prettyirrelevant](https://github.com/prettyirrelevant)! - Added framework support for Hono Co-authored-by: github-actions[bot] --- .changeset/chatty-ducks-mate.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chatty-ducks-mate.md diff --git a/.changeset/chatty-ducks-mate.md b/.changeset/chatty-ducks-mate.md deleted file mode 100644 index 25caf4fc1..000000000 --- a/.changeset/chatty-ducks-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": minor ---- - -Added framework support for Hono diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index c487085d4..85a7623df 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.19.0 + +### Minor Changes + +- [#539](https://github.com/inngest/inngest-js/pull/539) [`24f1e7d`](https://github.com/inngest/inngest-js/commit/24f1e7de92d609e0a9ee9df1e3dfa0d2f7c8f682) Thanks [@prettyirrelevant](https://github.com/prettyirrelevant)! - Added framework support for Hono + ## 3.18.1 ### Patch Changes diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 883216e0e..b6336f049 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.18.1", + "version": "3.19.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",