Skip to content

Commit

Permalink
chore(zod-validator): fix releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Oct 6, 2024
1 parent aba8ea6 commit b032c70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
3 changes: 3 additions & 0 deletions .changeset/modern-falcons-collect.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
---
'@hono/zod-validator': minor
---

feat: support enum types for `query`
6 changes: 0 additions & 6 deletions packages/zod-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @hono/zod-validator

## 0.4.0

### Minor Changes

- [#763](https://github.com/honojs/middleware/pull/763) [`2a45247d805520c08501727af0d00fd52d34b429`](https://github.com/honojs/middleware/commit/2a45247d805520c08501727af0d00fd52d34b429) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support enum types for `query`

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/zod-validator",
"version": "0.4.0",
"version": "0.3.0",
"description": "Validator middleware using Zod",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit b032c70

Please sign in to comment.