Version Packages (#131)

pull/132/head @hono/sentry@0.2.2
github-actions[bot] 2023-08-23 10:59:57 +09:00 committed by GitHub
parent de2e95a59e
commit c65b09edff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/sentry': patch
---
fixed sentry options types

View File

@ -1,5 +1,11 @@
# @hono/sentry # @hono/sentry
## 0.2.2
### Patch Changes
- [#130](https://github.com/honojs/middleware/pull/130) [`de2e95a`](https://github.com/honojs/middleware/commit/de2e95a59e4c02b9e985f9e3f81792b7890c922d) Thanks [@yusukebe](https://github.com/yusukebe)! - fixed sentry options types
## 0.2.1 ## 0.2.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/sentry", "name": "@hono/sentry",
"version": "0.2.1", "version": "0.2.2",
"description": "Sentry Middleware for Hono", "description": "Sentry Middleware for Hono",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",