Skip to content

Commit ddb1c47

Browse files
chore: 0.16.0 release proposal (#449)
Co-authored-by: vmarchaud <[email protected]>
1 parent 664a0b8 commit ddb1c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/propagator-aws-xray",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "OpenTelemetry AWS Xray propagator provides context propagation for systems that are using AWS X-Ray format.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
*/
1616

1717
// this is autogenerated file, see scripts/version-update.js
18-
export const VERSION = '0.15.0';
18+
export const VERSION = '0.16.0';

0 commit comments

Comments
 (0)