parent
c2093e17e0
commit
1b92f79f91
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/sentry': major
|
|
||||||
---
|
|
||||||
|
|
||||||
feat: bump up `toucan-js` to v3
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/sentry
|
# @hono/sentry
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
- [#137](https://github.com/honojs/middleware/pull/137) [`c2093e1`](https://github.com/honojs/middleware/commit/c2093e17e0b3fa7d257692a8d33aaa1fedaf6897) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump up `toucan-js` to v3
|
||||||
|
|
||||||
## 0.2.2
|
## 0.2.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/sentry",
|
"name": "@hono/sentry",
|
||||||
"version": "0.2.2",
|
"version": "1.0.0",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue