File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
7
7
8
+ ## [ 0.2.0] 2023-08-07
8
9
10
+ - fix importing of cjs from esm loader
11
+
9
12
## [ 0.1.19] 2023-08-06
10
13
11
14
- Improve diagnostics on import error
15
+
16
+ The latest layer is: ` arn:aws:lambda:${your-region-here}:097948374213:layer:baselime-node:1 `
12
17
13
18
## [ 0.1.18] 2023-07-24
14
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @baselime/lambda-node-opentelemetry" ,
3
- "version" : " 0.1.19 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " OpenTelemetry auto tracer for Node.JS based AWS Lambda functions" ,
5
5
"keywords" : [
6
6
" nodejs" ,
You can’t perform that action at this time.
0 commit comments