Version Packages (#1152)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1155/head
github-actions[bot] 2025-05-08 08:10:40 +09:00 committed by GitHub
parent 414f0a6c95
commit 20d3fd1fe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/otel': minor
---
Added support for W3C Trace Context format

View File

@ -1,5 +1,11 @@
# @hono/otel
## 0.2.0
### Minor Changes
- [#1151](https://github.com/honojs/middleware/pull/1151) [`414f0a6c9502de4135d50a4f80698a8d2f09a81d`](https://github.com/honojs/middleware/commit/414f0a6c9502de4135d50a4f80698a8d2f09a81d) Thanks [@nrdobie](https://github.com/nrdobie)! - Added support for W3C Trace Context format
## 0.1.1
### Patch Changes

View File

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