diff --git a/.changeset/giant-eyes-perform.md b/.changeset/giant-eyes-perform.md deleted file mode 100644 index b682ebf3c..000000000 --- a/.changeset/giant-eyes-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/typebox-validator': minor ---- - -Added ability to remove properties that are not in the schema to emulate other validators like zod diff --git a/packages/typebox-validator/CHANGELOG.md b/packages/typebox-validator/CHANGELOG.md index 204cfe7ff..31d6f4c30 100644 --- a/packages/typebox-validator/CHANGELOG.md +++ b/packages/typebox-validator/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/typebox-validator +## 0.3.0 + +### Minor Changes + +- [#866](https://github.com/honojs/middleware/pull/866) [`c815055bb6669aff8fccf5f478983906c65aca9d`](https://github.com/honojs/middleware/commit/c815055bb6669aff8fccf5f478983906c65aca9d) Thanks [@Micnubinub](https://github.com/Micnubinub)! - Added ability to remove properties that are not in the schema to emulate other validators like zod + ## 0.2.6 ### Patch Changes diff --git a/packages/typebox-validator/package.json b/packages/typebox-validator/package.json index 0945307fd..b41a15764 100644 --- a/packages/typebox-validator/package.json +++ b/packages/typebox-validator/package.json @@ -1,6 +1,6 @@ { "name": "@hono/typebox-validator", - "version": "0.2.6", + "version": "0.3.0", "description": "Validator middleware using TypeBox", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",