Version Packages (#1310)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1312/merge @hono/ua-blocker@0.1.6
parent
47cb4c8569
commit
2a589b0728
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/ua-blocker': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
chore(ua-blocker): sync `robots.json` with upstream
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/ua-blocker
|
# @hono/ua-blocker
|
||||||
|
|
||||||
|
## 0.1.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1309](https://github.com/honojs/middleware/pull/1309) [`47cb4c85693ebe77d3b8b55f6e1e59778f671a15`](https://github.com/honojs/middleware/commit/47cb4c85693ebe77d3b8b55f6e1e59778f671a15) Thanks [@github-actions](https://github.com/apps/github-actions)! - chore(ua-blocker): sync `robots.json` with upstream
|
||||||
|
|
||||||
## 0.1.5
|
## 0.1.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/ua-blocker",
|
"name": "@hono/ua-blocker",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue