Skip to content

Commit bf00b1f

Browse files
committed
add eu-north-1
1 parent 0cb6596 commit bf00b1f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
The 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

multiRegion.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)