Version Packages (#58)

pull/60/head @hono/sentry@0.2.0
github-actions[bot] 2023-03-02 15:15:36 +09:00 committed by GitHub
parent 8d57df889d
commit 64045051d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/sentry': minor
---
feat: support latest Hono version

View File

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

View File

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