Skip to content

Commit 432fd1f

Browse files
v0.12.1
1 parent db9c273 commit 432fd1f

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.1](https://github.com/traceloop/openllmetry-js/compare/v0.12.0...v0.12.1) (2025-02-20)
7+
8+
**Note:** Version bump only for package openllmetry-js
9+
610
# [0.12.0](https://github.com/traceloop/openllmetry-js/compare/v0.11.7...v0.12.0) (2025-01-13)
711

812
### Features

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

Diff for: package-lock.json

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/instrumentation-together/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.12.1](https://github.com/traceloop/openllmetry-js/compare/v0.12.0...v0.12.1) (2025-02-20)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-together

Diff for: packages/instrumentation-together/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-together",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Together Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

Diff for: packages/traceloop-sdk/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.1](https://github.com/traceloop/openllmetry-js/compare/v0.12.0...v0.12.1) (2025-02-20)
7+
8+
**Note:** Version bump only for package @traceloop/node-server-sdk
9+
610
# [0.12.0](https://github.com/traceloop/openllmetry-js/compare/v0.11.7...v0.12.0) (2025-01-13)
711

812
### Features

Diff for: packages/traceloop-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/node-server-sdk",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -48,8 +48,8 @@
4848
"@traceloop/instrumentation-openai": "^0.12.0",
4949
"@traceloop/instrumentation-pinecone": "^0.12.0",
5050
"@traceloop/instrumentation-qdrant": "^0.12.0",
51+
"@traceloop/instrumentation-together": "^0.12.1",
5152
"@traceloop/instrumentation-vertexai": "^0.12.0",
52-
"@traceloop/instrumentation-together": "^0.12.0",
5353
"@types/nunjucks": "^3.2.6",
5454
"cross-fetch": "^4.0.0",
5555
"fetch-retry": "^5.0.6",

0 commit comments

Comments
 (0)