From a0052100a7cd30cc7035e17fd20e88d5b8d5425f Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Wed, 27 Sep 2023 05:35:40 -0400 Subject: [PATCH] Release @latest (#327) 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@2.7.2 ### Patch Changes - [#323](https://github.com/inngest/inngest-js/pull/323) [`3b2efa6`](https://github.com/inngest/inngest-js/commit/3b2efa6e3e12eca45f05d5187c7978bf2e9da23f) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Better error handling for `.sendEvent()` errors from Inngest API, ensuring easier debugging when failing to send events - partial of #256 Co-authored-by: github-actions[bot] --- .changeset/shiny-poems-count.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/shiny-poems-count.md diff --git a/.changeset/shiny-poems-count.md b/.changeset/shiny-poems-count.md deleted file mode 100644 index 64e27d701..000000000 --- a/.changeset/shiny-poems-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Better error handling for `.sendEvent()` errors from Inngest API, ensuring easier debugging when failing to send events - partial of #256 diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 7be9d995c..75fa9a76a 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 2.7.2 + +### Patch Changes + +- [#323](https://github.com/inngest/inngest-js/pull/323) [`3b2efa6`](https://github.com/inngest/inngest-js/commit/3b2efa6e3e12eca45f05d5187c7978bf2e9da23f) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Better error handling for `.sendEvent()` errors from Inngest API, ensuring easier debugging when failing to send events - partial of #256 + ## 2.7.1 ### Patch Changes diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 1bdf5f82d..e91998f8e 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "2.7.1", + "version": "2.7.2", "description": "Official SDK for Inngest.com", "main": "./index.js", "types": "./index.d.ts",