Skip to content

Commit 79031bf

Browse files
chore: 0.22.0 release proposal (#547)
* chore: 0.22.0 release proposal * chore: changelog Co-authored-by: dyladan <[email protected]>
1 parent ab6c2d0 commit 79031bf

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.21.0",
3+
"version": "0.22.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.21.0';
18+
export const VERSION = '0.22.0';

0 commit comments

Comments
 (0)