parent
8d57df889d
commit
64045051d3
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/sentry': minor
|
||||
---
|
||||
|
||||
feat: support latest Hono version
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/sentry
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#57](https://github.com/honojs/middleware/pull/57) [`8d57df8`](https://github.com/honojs/middleware/commit/8d57df889d472fe9c40f468ce2103fe9880ff91b) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support latest Hono version
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/sentry",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Sentry Middleware for Hono",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue