diff --git a/.changeset/auto-sync-robots.md b/.changeset/auto-sync-robots.md deleted file mode 100644 index daf4c74d..00000000 --- a/.changeset/auto-sync-robots.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/ua-blocker': patch ---- - -chore(ua-blocker): sync `robots.json` with upstream diff --git a/packages/ua-blocker/CHANGELOG.md b/packages/ua-blocker/CHANGELOG.md index 58227a60..9ffa0b91 100644 --- a/packages/ua-blocker/CHANGELOG.md +++ b/packages/ua-blocker/CHANGELOG.md @@ -1,5 +1,11 @@ # @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 ### Patch Changes diff --git a/packages/ua-blocker/package.json b/packages/ua-blocker/package.json index 94758035..92e39b4e 100644 --- a/packages/ua-blocker/package.json +++ b/packages/ua-blocker/package.json @@ -1,6 +1,6 @@ { "name": "@hono/ua-blocker", - "version": "0.1.1", + "version": "0.1.2", "description": "User agent-based blocker for Hono", "type": "module", "module": "dist/index.js",