Skip to content

Commit e37c313

Browse files
Version Packages (#829)
1 parent c9f63de commit e37c313

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/two-poets-vanish.md

-5
This file was deleted.

packages/ajv-validator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @hono/ajv-validator
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#794](https://github.com/honojs/middleware/pull/794) [`c9f63deb95c6e730163110b57ee7cd8c1bf9e4b9`](https://github.com/honojs/middleware/commit/c9f63deb95c6e730163110b57ee7cd8c1bf9e4b9) Thanks [@ikhvost](https://github.com/ikhvost)! - Add Ajv validator middleware

packages/ajv-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hono/ajv-validator",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Validator middleware using Ajv",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)