diff --git a/.changeset/brown-pens-drive.md b/.changeset/brown-pens-drive.md
deleted file mode 100644
index fd049c697..000000000
--- a/.changeset/brown-pens-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"inngest": minor
----
-
-Added `GetStepTools<typeof inngest>` and `GetFunctionInput<typeof inngest>` helper types to aid in building function factories. See [TypeScript Helpers - Inngest Documentation](https://www.inngest.com/docs/typescript#helpers) for more information.
diff --git a/packages/inngest/CHANGELOG.md b/packages/inngest/CHANGELOG.md
index c174df253..d77952356 100644
--- a/packages/inngest/CHANGELOG.md
+++ b/packages/inngest/CHANGELOG.md
@@ -1,5 +1,11 @@
 # inngest
 
+## 3.3.0
+
+### Minor Changes
+
+- [#329](https://github.com/inngest/inngest-js/pull/329) [`2837296`](https://github.com/inngest/inngest-js/commit/2837296fbb938816db7f4b18193ee834fdb13785) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Added `GetStepTools<typeof inngest>` and `GetFunctionInput<typeof inngest>` helper types to aid in building function factories. See [TypeScript Helpers - Inngest Documentation](https://www.inngest.com/docs/typescript#helpers) for more information.
+
 ## 3.2.1
 
 ### Patch Changes
diff --git a/packages/inngest/package.json b/packages/inngest/package.json
index aeb467fe3..5cb6f3c70 100644
--- a/packages/inngest/package.json
+++ b/packages/inngest/package.json
@@ -1,6 +1,6 @@
 {
   "name": "inngest",
-  "version": "3.2.1",
+  "version": "3.3.0",
   "description": "Official SDK for Inngest.com",
   "main": "./index.js",
   "types": "./index.d.ts",