Version Packages (#88)

pull/52/merge @hono/sentry@0.2.1
github-actions[bot] 2023-06-02 06:37:33 +09:00 committed by GitHub
parent 963b1ac0de
commit 567784a323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/sentry': patch
---
Use optional chaining for determining Sentry DSN from environment (#89)

View File

@ -1,5 +0,0 @@
---
'@hono/zod-validator': patch
---
merge zod import into 1 line

View File

@ -1,5 +1,11 @@
# @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
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/sentry",
"version": "0.2.0",
"version": "0.2.1",
"description": "Sentry Middleware for Hono",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,5 +1,11 @@
# @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
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/zod-validator",
"version": "0.1.2",
"version": "0.1.3",
"description": "Validator middleware using Zod",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",