From 11e5e2dd3f726b8e38b26e0464970b277523c2b1 Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:46:21 -0400 Subject: [PATCH] Release @latest (#363) 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.2.1 ### Patch Changes - [#360](https://github.com/inngest/inngest-js/pull/360) [`260dd75`](https://github.com/inngest/inngest-js/commit/260dd75461bf27188c21614f33d9b1c798fa96bf) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Inngest errors now appear more succintly in UIs, free of ANSI codes and verbose information Co-authored-by: github-actions[bot] --- .changeset/cold-hairs-carry.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cold-hairs-carry.md diff --git a/.changeset/cold-hairs-carry.md b/.changeset/cold-hairs-carry.md deleted file mode 100644 index 1b9ea8a86..000000000 --- a/.changeset/cold-hairs-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": patch ---- - -Inngest errors now appear more succintly in UIs, free of ANSI codes and verbose information diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index 34310d601..c174df253 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.2.1 + +### Patch Changes + +- [#360](https://github.com/inngest/inngest-js/pull/360) [`260dd75`](https://github.com/inngest/inngest-js/commit/260dd75461bf27188c21614f33d9b1c798fa96bf) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Inngest errors now appear more succintly in UIs, free of ANSI codes and verbose information + ## 3.2.0 ### Minor Changes diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 38abef142..aeb467fe3 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.2.0", + "version": "3.2.1", "description": "Official SDK for Inngest.com", "main": "./index.js", "types": "./index.d.ts",