Skip to content

Commit 5cd08cb

Browse files
committed
v0.2.0
2 parents a84752f + c957581 commit 5cd08cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ 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.0] 2023-08-07
89

10+
- fix importing of cjs from esm loader
11+
912
## [0.1.19] 2023-08-06
1013

1114
- Improve diagnostics on import error
15+
16+
The latest layer is: `arn:aws:lambda:${your-region-here}:097948374213:layer:baselime-node:1`
1217

1318
## [0.1.18] 2023-07-24
1419

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.1.19",
3+
"version": "0.2.0",
44
"description": "OpenTelemetry auto tracer for Node.JS based AWS Lambda functions",
55
"keywords": [
66
"nodejs",

0 commit comments

Comments
 (0)