Version Packages (#500)

pull/502/head @hono/sentry@1.1.0
github-actions[bot] 2024-05-04 15:23:31 +09:00 committed by GitHub
parent e44314fdd3
commit 3e96b5e128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/sentry': minor
---
feat: support ESM

View File

@ -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

View File

@ -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",