Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent b7566bf commit 8ee046e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/traceloop/openllmetry-js/compare/v0.8.0...v0.8.1) (2024-05-06)

### Bug Fixes

- **chromadb:** use rollup ([#247](https://github.com/traceloop/openllmetry-js/issues/247)) ([b7566bf](https://github.com/traceloop/openllmetry-js/commit/b7566bf0057c2150b33d4302740e4dd0b40e6a11))

# [0.8.0](https://github.com/traceloop/openllmetry-js/compare/v0.7.0...v0.8.0) (2024-04-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.8.0",
"version": "0.8.1",
"packages": ["packages/*"],
"useNx": true
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/instrumentation-chromadb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/traceloop/openllmetry-js/compare/v0.8.0...v0.8.1) (2024-05-06)

### Bug Fixes

- **chromadb:** use rollup ([#247](https://github.com/traceloop/openllmetry-js/issues/247)) ([b7566bf](https://github.com/traceloop/openllmetry-js/commit/b7566bf0057c2150b33d4302740e4dd0b40e6a11))

# [0.8.0](https://github.com/traceloop/openllmetry-js/compare/v0.7.0...v0.8.0) (2024-04-29)

**Note:** Version bump only for package @traceloop/instrumentation-chromadb
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation-chromadb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/instrumentation-chromadb",
"version": "0.8.0",
"version": "0.8.1",
"description": "ChromaDB Instrumentation",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/traceloop-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/traceloop/openllmetry-js/compare/v0.8.0...v0.8.1) (2024-05-06)

**Note:** Version bump only for package @traceloop/node-server-sdk

# [0.8.0](https://github.com/traceloop/openllmetry-js/compare/v0.7.0...v0.8.0) (2024-04-29)

**Note:** Version bump only for package @traceloop/node-server-sdk
Expand Down
4 changes: 2 additions & 2 deletions packages/traceloop-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/node-server-sdk",
"version": "0.8.0",
"version": "0.8.1",
"description": "Traceloop Software Development Kit (SDK) for Node.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@traceloop/instrumentation-anthropic": "^0.8.0",
"@traceloop/instrumentation-azure": "^0.8.0",
"@traceloop/instrumentation-bedrock": "^0.8.0",
"@traceloop/instrumentation-chromadb": "^0.8.0",
"@traceloop/instrumentation-chromadb": "^0.8.1",
"@traceloop/instrumentation-cohere": "^0.8.0",
"@traceloop/instrumentation-langchain": "^0.8.0",
"@traceloop/instrumentation-llamaindex": "^0.8.0",
Expand Down

0 comments on commit 8ee046e

Please sign in to comment.