Version Packages

pull/1011/head
github-actions[bot] 2025-03-11 08:16:20 +00:00
parent 8ee52ec554
commit f7cdf60217
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/otel': minor
---
Initial OpenTelemetry support with Hono

View File

@ -0,0 +1,7 @@
# @hono/otel
## 0.1.0
### Minor Changes
- [#901](https://github.com/honojs/middleware/pull/901) [`15f3dddc3eea43db8bb1da8bf456c2e79c85a4d6`](https://github.com/honojs/middleware/commit/15f3dddc3eea43db8bb1da8bf456c2e79c85a4d6) Thanks [@dahlia](https://github.com/dahlia)! - Initial OpenTelemetry support with Hono

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/otel", "name": "@hono/otel",
"version": "0.0.0", "version": "0.1.0",
"description": "OpenTelemetry middleware for Hono", "description": "OpenTelemetry middleware for Hono",
"type": "module", "type": "module",
"module": "dist/index.js", "module": "dist/index.js",