We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df8ec2 commit b820fa4Copy full SHA for b820fa4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opentelemetry/propagator-aws-xray",
3
- "version": "0.22.0",
+ "version": "0.23.0",
4
"description": "OpenTelemetry AWS Xray propagator provides context propagation for systems that are using AWS X-Ray format.",
5
"main": "build/src/index.js",
6
"module": "build/esm/index.js",
src/version.ts
@@ -15,4 +15,4 @@
15
*/
16
17
// this is autogenerated file, see scripts/version-update.js
18
-export const VERSION = '0.22.0';
+export const VERSION = '0.23.0';
0 commit comments