Skip to content

Commit d7a78a5

Browse files
v0.14.6
1 parent 59012a0 commit d7a78a5

File tree

26 files changed

+93
-13
lines changed

26 files changed

+93
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6](https://github.com/traceloop/openllmetry-js/compare/v0.14.5...v0.14.6) (2025-07-28)
7+
8+
### Bug Fixes
9+
10+
- **build:** use local deps from workspace during build ([#620](https://github.com/traceloop/openllmetry-js/issues/620)) ([59012a0](https://github.com/traceloop/openllmetry-js/commit/59012a07b9dedb9a63c3791507c615782f0f5003))
11+
- **sdk:** allow empty initialize() ([#619](https://github.com/traceloop/openllmetry-js/issues/619)) ([5e12228](https://github.com/traceloop/openllmetry-js/commit/5e12228b083c864b2fbe916acbb97295374f945b))
12+
613
## [0.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
714

815
**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.5",
3+
"version": "0.14.6",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

packages/instrumentation-anthropic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6](https://github.com/traceloop/openllmetry-js/compare/v0.14.5...v0.14.6) (2025-07-28)
7+
8+
### Bug Fixes
9+
10+
- **build:** use local deps from workspace during build ([#620](https://github.com/traceloop/openllmetry-js/issues/620)) ([59012a0](https://github.com/traceloop/openllmetry-js/commit/59012a07b9dedb9a63c3791507c615782f0f5003))
11+
612
## [0.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
713

814
**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.5",
3+
"version": "0.14.6",
44
"description": "Anthropic Instrumentaion",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-bedrock/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6](https://github.com/traceloop/openllmetry-js/compare/v0.14.5...v0.14.6) (2025-07-28)
7+
8+
### Bug Fixes
9+
10+
- **build:** use local deps from workspace during build ([#620](https://github.com/traceloop/openllmetry-js/issues/620)) ([59012a0](https://github.com/traceloop/openllmetry-js/commit/59012a07b9dedb9a63c3791507c615782f0f5003))
11+
612
## [0.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
713

814
**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.5",
3+
"version": "0.14.6",
44
"description": "Amazon Bedrock Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-chromadb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6](https://github.com/traceloop/openllmetry-js/compare/v0.14.5...v0.14.6) (2025-07-28)
7+
8+
### Bug Fixes
9+
10+
- **build:** use local deps from workspace during build ([#620](https://github.com/traceloop/openllmetry-js/issues/620)) ([59012a0](https://github.com/traceloop/openllmetry-js/commit/59012a07b9dedb9a63c3791507c615782f0f5003))
11+
612
## [0.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
713

814
**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.5",
3+
"version": "0.14.6",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",

packages/instrumentation-cohere/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6](https://github.com/traceloop/openllmetry-js/compare/v0.14.5...v0.14.6) (2025-07-28)
7+
8+
### Bug Fixes
9+
10+
- **build:** use local deps from workspace during build ([#620](https://github.com/traceloop/openllmetry-js/issues/620)) ([59012a0](https://github.com/traceloop/openllmetry-js/commit/59012a07b9dedb9a63c3791507c615782f0f5003))
11+
612
## [0.14.5](https://github.com/traceloop/openllmetry-js/compare/v0.14.4...v0.14.5) (2025-07-26)
713

814
**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.5",
3+
"version": "0.14.6",
44
"description": "Cohere Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)