parent
963b1ac0de
commit
567784a323
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/sentry': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Use optional chaining for determining Sentry DSN from environment (#89)
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/zod-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
merge zod import into 1 line
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/sentry
|
# @hono/sentry
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#89](https://github.com/honojs/middleware/pull/89) [`963b1ac`](https://github.com/honojs/middleware/commit/963b1ac0de4083b8d0fc7c8d2f9f0202e9d15bfd) Thanks [@mllnd](https://github.com/mllnd)! - Use optional chaining for determining Sentry DSN from environment (#89)
|
||||||
|
|
||||||
## 0.2.0
|
## 0.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/sentry",
|
"name": "@hono/sentry",
|
||||||
"version": "0.2.0",
|
"version": "0.2.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",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/zod-validator
|
# @hono/zod-validator
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#87](https://github.com/honojs/middleware/pull/87) [`b7fe359`](https://github.com/honojs/middleware/commit/b7fe359dbc63b493d275df09f00c676de80b3f11) Thanks [@Sacramentix](https://github.com/Sacramentix)! - merge zod import into 1 line
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/zod-validator",
|
"name": "@hono/zod-validator",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Validator middleware using Zod",
|
"description": "Validator middleware using Zod",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue