parent
8cf5bf0055
commit
795d4af3d4
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/effect-validator': patch
|
||||
---
|
||||
|
||||
fix: add a build command to `package.json` at the top
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/effect-validator
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#657](https://github.com/honojs/middleware/pull/657) [`8cf5bf0055483caa08344efc8ada3d22d4833fac`](https://github.com/honojs/middleware/commit/8cf5bf0055483caa08344efc8ada3d22d4833fac) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: add a build command to `package.json` at the top
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/effect-validator",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Validator middleware using Effect Schema",
|
||||
"type": "module",
|
||||
"main": "dist/cjs/index.js",
|
||||
|
|
Loading…
Reference in New Issue