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",