From 850784a79213fa9d2ba7882002f3cf245ec5d13f Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:33:26 +0000 Subject: [PATCH] Release @latest (#472) 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.12.0 ### Minor Changes - [#411](https://github.com/inngest/inngest-js/pull/411) [`3b35c1c`](https://github.com/inngest/inngest-js/commit/3b35c1c9cfa9d96d88346e874089dc9d3aa9a5de) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add handling of per-step errors and returning step names during error cases to better display issues in the UI ### Patch Changes - [#469](https://github.com/inngest/inngest-js/pull/469) [`2f01a27`](https://github.com/inngest/inngest-js/commit/2f01a27ab9af871af25349d9be899ae314949485) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump vite from 4.5.1 to 4.5.2 for a security fix Co-authored-by: github-actions[bot] --- .changeset/fair-seahorses-push.md | 5 ----- .changeset/tender-pots-act.md | 5 ----- packages/inngest/CHANGELOG.md | 10 ++++++++++ packages/inngest/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fair-seahorses-push.md delete mode 100644 .changeset/tender-pots-act.md diff --git a/.changeset/fair-seahorses-push.md b/.changeset/fair-seahorses-push.md deleted file mode 100644 index b54158e6c..000000000 --- a/.changeset/fair-seahorses-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": minor ---- - -Add handling of per-step errors and returning step names during error cases to better display issues in the UI diff --git a/.changeset/tender-pots-act.md b/.changeset/tender-pots-act.md deleted file mode 100644 index a93eb6b34..000000000 --- a/.changeset/tender-pots-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Bump vite from 4.5.1 to 4.5.2 for a security fix diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index c6a0d8c63..36a03cdf5 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,15 @@ # inngest +## 3.12.0 + +### Minor Changes + +- [#411](https://github.com/inngest/inngest-js/pull/411) [`3b35c1c`](https://github.com/inngest/inngest-js/commit/3b35c1c9cfa9d96d88346e874089dc9d3aa9a5de) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Add handling of per-step errors and returning step names during error cases to better display issues in the UI + +### Patch Changes + +- [#469](https://github.com/inngest/inngest-js/pull/469) [`2f01a27`](https://github.com/inngest/inngest-js/commit/2f01a27ab9af871af25349d9be899ae314949485) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump vite from 4.5.1 to 4.5.2 for a security fix + ## 3.11.0 ### Minor Changes diff --git a/packages/inngest/package.json b/packages/inngest/package.json index fc7f99929..b072641f2 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.11.0", + "version": "3.12.0", "description": "Official SDK for Inngest.com", "main": "./index.js", "types": "./index.d.ts",