Version Packages (#621)

pull/623/head @hono/sentry@1.2.0
github-actions[bot] 2024-07-07 08:08:38 +09:00 committed by GitHub
parent 16d4efb01b
commit 92b4cf476d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View File

@ -1,7 +0,0 @@
---
"@hono/sentry": minor
---
Toucan 4.0.0
This changeset updates the @hono/sentry middleware from Toucan 3.4.0 to 4.0.0. This provides a version bump for the @sentry/core dependency and adds support for Sentry v8.

View File

@ -1,5 +1,13 @@
# @hono/sentry
## 1.2.0
### Minor Changes
- [#620](https://github.com/honojs/middleware/pull/620) [`16d4efb01bd418231a4f344c6a10b328e600ac31`](https://github.com/honojs/middleware/commit/16d4efb01bd418231a4f344c6a10b328e600ac31) Thanks [@sam-lippert](https://github.com/sam-lippert)! - Toucan 4.0.0
This changeset updates the @hono/sentry middleware from Toucan 3.4.0 to 4.0.0. This provides a version bump for the @sentry/core dependency and adds support for Sentry v8.
## 1.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/sentry",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sentry Middleware for Hono",
"main": "dist/index.js",
"type": "commonjs",