Skip to content

Commit faa4996

Browse files
v0.14.5
1 parent 4cea557 commit faa4996

File tree

26 files changed

+79
-27
lines changed

26 files changed

+79
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
7+
8+
**Note:** Version bump only for package openllmetry-js
9+
610
## [0.14.4](https://github.com/traceloop/openllmetry-js/compare/v0.14.3...v0.14.4) (2025-07-21)
711

812
**Note:** Version bump only for package openllmetry-js

lerna.json

Lines changed: 1 addition & 1 deletion
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.14.4",
3+
"version": "0.14.5",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

packages/instrumentation-anthropic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-anthropic
9+
610
## [0.14.4](https://github.com/traceloop/openllmetry-js/compare/v0.14.3...v0.14.4) (2025-07-21)
711

812
**Note:** Version bump only for package @traceloop/instrumentation-anthropic

packages/instrumentation-anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-anthropic",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "Anthropic Instrumentaion",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-bedrock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-bedrock
9+
610
## [0.14.4](https://github.com/traceloop/openllmetry-js/compare/v0.14.3...v0.14.4) (2025-07-21)
711

812
**Note:** Version bump only for package @traceloop/instrumentation-bedrock

packages/instrumentation-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-bedrock",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "Amazon Bedrock Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-chromadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-chromadb
9+
610
## [0.14.4](https://github.com/traceloop/openllmetry-js/compare/v0.14.3...v0.14.4) (2025-07-21)
711

812
**Note:** Version bump only for package @traceloop/instrumentation-chromadb

packages/instrumentation-chromadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-chromadb",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",

packages/instrumentation-cohere/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-cohere
9+
610
## [0.14.4](https://github.com/traceloop/openllmetry-js/compare/v0.14.3...v0.14.4) (2025-07-21)
711

812
**Note:** Version bump only for package @traceloop/instrumentation-cohere

packages/instrumentation-cohere/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-cohere",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "Cohere Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)