Skip to content

Commit b820fa4

Browse files
github-actions[bot]obecnydyladan
authored
chore: 0.23.0 release proposal (#560)
* chore: 0.23.0 release proposal * chore: changelog Co-authored-by: obecny <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
1 parent 7df8ec2 commit b820fa4

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.22.0",
3+
"version": "0.23.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.22.0';
18+
export const VERSION = '0.23.0';

0 commit comments

Comments
 (0)