diff --git a/.changeset/serious-eels-eat.md b/.changeset/serious-eels-eat.md
deleted file mode 100644
index 48fb8c6..0000000
--- a/.changeset/serious-eels-eat.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@nest-lab/typeschema': patch
----
-
-fix: make `options` optional
diff --git a/packages/typeschema/CHANGELOG.md b/packages/typeschema/CHANGELOG.md
index 8acaebb..39407b9 100644
--- a/packages/typeschema/CHANGELOG.md
+++ b/packages/typeschema/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @nest-lab/typeschema
 
+## 0.2.1
+
+### Patch Changes
+
+- 482b43f: fix: make `options` optional
+
 ## 0.2.0
 
 ### Minor Changes
@@ -7,15 +13,16 @@
 - 5e274ec: Add a new options parameter to the typeschema validation pipe
 
   BREAKING CHANGE: the logger is now the **second** parameter of the validation
-  pipe with the options being the first. If you use `new ValidationPipe` and pass
-  in the logger, you'll need to pass in an empty object or `undefined` as the
-  first parameter.
+  pipe with the options being the first. If you use `new ValidationPipe` and
+  pass in the logger, you'll need to pass in an empty object or `undefined` as
+  the first parameter.
 
 ## 0.1.1
 
 ### Patch Changes
 
-- 6e0e4b4: Reflect the type of the input schema via generics and an explicit type reference. Types should no longer show up as `unknown`
+- 6e0e4b4: Reflect the type of the input schema via generics and an explicit
+  type reference. Types should no longer show up as `unknown`
 
 ## 0.1.0
 
diff --git a/packages/typeschema/package.json b/packages/typeschema/package.json
index d2516b0..75e186e 100644
--- a/packages/typeschema/package.json
+++ b/packages/typeschema/package.json
@@ -13,7 +13,7 @@
     "url": "https://github.com/jmcdo29/nest-lab",
     "directory": "packages/typeschema"
   },
-  "version": "0.2.0",
+  "version": "0.2.1",
   "type": "commonjs",
   "files": [
     "src"