parent
de2e95a59e
commit
c65b09edff
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/sentry': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fixed sentry options types
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue