From d7619b44232eb144b9a363e7403452fd28723e1d Mon Sep 17 00:00:00 2001 From: Inngest Release Bot <126702797+inngest-release-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:51:30 -0700 Subject: [PATCH] Release @latest (#544) 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.17.0 ### Minor Changes - [#540](https://github.com/inngest/inngest-js/pull/540) [`91e07dc`](https://github.com/inngest/inngest-js/commit/91e07dc79a27bf32d45f1b56b235421d8cc6b5c4) Thanks [@tonyhb](https://github.com/tonyhb)! - Add throttling to function configurations Co-authored-by: github-actions[bot] --- .changeset/tiny-dryers-mix.md | 5 ----- packages/inngest/CHANGELOG.md | 6 ++++++ packages/inngest/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tiny-dryers-mix.md diff --git a/.changeset/tiny-dryers-mix.md b/.changeset/tiny-dryers-mix.md deleted file mode 100644 index 78764fc03..000000000 --- a/.changeset/tiny-dryers-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inngest": minor ---- - -Add throttling to function configurations diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md index e31626fc2..0dfcfb5c1 100644 --- a/packages/inngest/CHANGELOG.md +++ b/packages/inngest/CHANGELOG.md @@ -1,5 +1,11 @@ # inngest +## 3.17.0 + +### Minor Changes + +- [#540](https://github.com/inngest/inngest-js/pull/540) [`91e07dc`](https://github.com/inngest/inngest-js/commit/91e07dc79a27bf32d45f1b56b235421d8cc6b5c4) Thanks [@tonyhb](https://github.com/tonyhb)! - Add throttling to function configurations + ## 3.16.2 ### Patch Changes diff --git a/packages/inngest/package.json b/packages/inngest/package.json index 7aeb2aac6..465cee4cd 100644 --- a/packages/inngest/package.json +++ b/packages/inngest/package.json @@ -1,6 +1,6 @@ { "name": "inngest", - "version": "3.16.2", + "version": "3.17.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",