Version Packages (#1239)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1240/head
github-actions[bot] 2025-06-19 15:34:00 +09:00 committed by GitHub
parent 6ca78a14da
commit 69a278a2d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/ua-blocker': patch
---
chore(ua-blocker): sync `robots.json` with upstream

View File

@ -1,5 +1,11 @@
# @hono/ua-blocker # @hono/ua-blocker
## 0.1.2
### Patch Changes
- [#1236](https://github.com/honojs/middleware/pull/1236) [`63788612172483482ff45c4ea5acded55e1ddb90`](https://github.com/honojs/middleware/commit/63788612172483482ff45c4ea5acded55e1ddb90) Thanks [@github-actions](https://github.com/apps/github-actions)! - chore(ua-blocker): sync `robots.json` with upstream
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/ua-blocker", "name": "@hono/ua-blocker",
"version": "0.1.1", "version": "0.1.2",
"description": "User agent-based blocker for Hono", "description": "User agent-based blocker for Hono",
"type": "module", "type": "module",
"module": "dist/index.js", "module": "dist/index.js",