parent
e0d94dfa1a
commit
86f2be936c
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/sentry': patch
|
||||
---
|
||||
|
||||
fix: change peer dependency to support v4.x
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/sentry
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#388](https://github.com/honojs/middleware/pull/388) [`e0d94dfa1a86e47765fb5bdcd410400fa4aa3ccd`](https://github.com/honojs/middleware/commit/e0d94dfa1a86e47765fb5bdcd410400fa4aa3ccd) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: change peer dependency to support v4.x
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/sentry",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Sentry Middleware for Hono",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue