Version Packages (#389)

pull/390/head @hono/sentry@1.0.1
github-actions[bot] 2024-02-14 17:11:30 +09:00 committed by GitHub
parent e0d94dfa1a
commit 86f2be936c
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': patch
---
fix: change peer dependency to support v4.x

View File

@ -1,5 +1,11 @@
# @hono/sentry # @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 ## 1.0.0
### Major Changes ### Major Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/sentry", "name": "@hono/sentry",
"version": "1.0.0", "version": "1.0.1",
"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",