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 fc323e5 commit 09f074aCopy full SHA for 09f074a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opentelemetry/propagator-aws-xray",
3
- "version": "0.16.0",
+ "version": "0.20.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.16.0';
+export const VERSION = '0.20.0';
0 commit comments