Skip to content

Commit ecb35f8

Browse files
committed
publish v0.1.4
1 parent fc27c0d commit ecb35f8

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
@@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10+
## [0.1.4] 2023-07-16
11+
12+
- Added support for the baselime-extension to forward open telemetry data
13+
- Added support for esm and bundlers with `baselime.wrap`
14+
1015
## [0.1.2] 2023-07-15
1116

1217
## [0.1.1] 2023-07-15

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

0 commit comments

Comments
 (0)