Skip to content

Commit

Permalink
correct module release type
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Sep 18, 2024
1 parent 6eab8f0 commit 962096a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .changelog/8a8ce2aaa0b84978a2b874ca2f90d021.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "8a8ce2aa-a0b8-4978-a2b8-74ca2f90d021",
"type": "bugfix",
"type": "release",
"description": "Initial release of `smithyotelmetrics` module, which is used to adapt an OpenTelemetry SDK meter provider to be used with Smithy clients.",
"modules": [
"metrics/smithyotelmetrics"
]
}
}
2 changes: 1 addition & 1 deletion .changelog/93daa8ff4ccc4cb8a8a02aef737bb20c.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "93daa8ff-4ccc-4cb8-a8a0-2aef737bb20c",
"type": "feature",
"type": "release",
"description": "Initial release of `smithyoteltracing` module, which is used to adapt an OpenTelemetry SDK tracer provider to be used with Smithy clients.",
"modules": [
"tracing/smithyoteltracing"
Expand Down

0 comments on commit 962096a

Please sign in to comment.