File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
77
8+ ## [ 0.2.20] 2023-09-20
9+
10+ - add eu-north-1
11+
812## [ 0.2.19] 2023-09-04
913
1014- fix loading for default exports
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ export const config = {
1111 "ap-southeast-1" ,
1212 "ap-southeast-2" ,
1313 "ap-northeast-1" ,
14- "ca-central-1"
14+ "ca-central-1" ,
15+ "eu-north-1"
1516 ] ,
1617 "output" : "md"
1718}
Original file line number Diff line number Diff line change 11{
22 "name" : " @baselime/lambda-node-opentelemetry" ,
3- "version" : " 0.2.19 " ,
3+ "version" : " 0.2.20 " ,
44 "description" : " OpenTelemetry auto tracer for Node.JS based AWS Lambda functions" ,
55 "types" : " index.d.ts" ,
66 "exports" : {
You can’t perform that action at this time.
0 commit comments