parent
e44314fdd3
commit
3e96b5e128
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/sentry': minor
|
||||
---
|
||||
|
||||
feat: support ESM
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/sentry
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- [#499](https://github.com/honojs/middleware/pull/499) [`e44314fdd38a71ed835458cb26181374a6b087f6`](https://github.com/honojs/middleware/commit/e44314fdd38a71ed835458cb26181374a6b087f6) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support ESM
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/sentry",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"description": "Sentry Middleware for Hono",
|
||||
"main": "dist/index.js",
|
||||
"type": "commonjs",
|
||||
|
|
Loading…
Reference in New Issue