Version Packages (#1228)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1222/head @hono/ua-blocker@0.1.0
parent
7c6a860814
commit
cf3c17e3d1
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/ua-blocker': minor
|
||||
---
|
||||
|
||||
Create new AI bots blocker middleware
|
|
@ -0,0 +1,7 @@
|
|||
# @hono/ua-blocker
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#1181](https://github.com/honojs/middleware/pull/1181) [`be7370318456165a93c6656c853f0dc8c87441a1`](https://github.com/honojs/middleware/commit/be7370318456165a93c6656c853f0dc8c87441a1) Thanks [@finxol](https://github.com/finxol)! - Create new AI bots blocker middleware
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/ua-blocker",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "User agent-based blocker for Hono",
|
||||
"type": "module",
|
||||
"module": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue