Skip to content

Commit e9b56b5

Browse files
chore: 0.24.0 release proposal (#598)
Co-authored-by: dyladan <[email protected]>
1 parent 1c7040a commit e9b56b5

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.23.0",
3+
"version": "0.24.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
"module": "build/esm/index.js",

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.23.0';
18+
export const VERSION = '0.24.0';

0 commit comments

Comments
 (0)