Skip to content

Commit 212546f

Browse files
committed
changelog
1 parent 61f22d3 commit 212546f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## [Unreleased]
10+
11+
* add opentelemetry api to deps
12+
813
## [0.1.1] - 2024-02-12
914

1015
* Initial Commit

package-lock.json

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"vitest": "^0.34.6"
2929
},
3030
"dependencies": {
31+
"@opentelemetry/api": "^1.7.0",
3132
"flat": "^6.0.1"
3233
}
3334
}

0 commit comments

Comments
 (0)