diff --git a/.changeset/itchy-spiders-explain.md b/.changeset/itchy-spiders-explain.md deleted file mode 100644 index d687e25e8..000000000 --- a/.changeset/itchy-spiders-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/typebox-validator': patch ---- - -Fix fail case not returning error array in hook diff --git a/packages/typebox-validator/CHANGELOG.md b/packages/typebox-validator/CHANGELOG.md index 5d115a3dd..2b3aa13c9 100644 --- a/packages/typebox-validator/CHANGELOG.md +++ b/packages/typebox-validator/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/typebox-validator +## 0.2.5 + +### Patch Changes + +- [#742](https://github.com/honojs/middleware/pull/742) [`39cb252df9a0829b8397b9edbcc1de27e49230e1`](https://github.com/honojs/middleware/commit/39cb252df9a0829b8397b9edbcc1de27e49230e1) Thanks [@Micnubinub](https://github.com/Micnubinub)! - Fix fail case not returning error array in hook + ## 0.2.4 ### Patch Changes diff --git a/packages/typebox-validator/package.json b/packages/typebox-validator/package.json index bd6e228b4..2e499ee79 100644 --- a/packages/typebox-validator/package.json +++ b/packages/typebox-validator/package.json @@ -1,6 +1,6 @@ { "name": "@hono/typebox-validator", - "version": "0.2.4", + "version": "0.2.5", "description": "Validator middleware using TypeBox", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",