Skip to content

Commit

Permalink
chore(main): release js-openinference-semantic-conventions 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2024
1 parent 8ec85f8 commit 39c760e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0"}
{"python/openinference-semantic-conventions":"0.1.2","python/instrumentation/openinference-instrumentation-openai":"0.1.0","js/packages/openinference-semantic-conventions":"1.0.0"}
11 changes: 11 additions & 0 deletions js/packages/openinference-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @arizeai/openinference-semantic-conventions

## 1.0.0 (2024-01-13)


### Features

* **instrumentaiton:** openai instrumentation ([#3](https://github.com/Arize-ai/openinference/issues/3)) ([8027345](https://github.com/Arize-ai/openinference/commit/80273456566da8047ff70e3b0441c89bde2f636d))
* **js:** openai completions ([#94](https://github.com/Arize-ai/openinference/issues/94)) ([1925aad](https://github.com/Arize-ai/openinference/commit/1925aad95befefb190c119ef070068e448dfd630))
* **js:** OpenAI embeddings Instrumentation ([#34](https://github.com/Arize-ai/openinference/issues/34)) ([18a7df2](https://github.com/Arize-ai/openinference/commit/18a7df2b4d5c2d5ff19b158bf580226b872b7663))
* **js:** semantic conventions for embedding vector ([#26](https://github.com/Arize-ai/openinference/issues/26)) ([9abced1](https://github.com/Arize-ai/openinference/commit/9abced1c604d465f4c506e740bd2b3d10cc8bc7e))
* **semcov:** js semantic conventions ([6f2c300](https://github.com/Arize-ai/openinference/commit/6f2c300470b674afe99622d8011961da1f6cc559))

## 0.0.13

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-semantic-conventions",
"version": "0.0.13",
"version": "1.0.0",
"private": false,
"main": "dist/src/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 39c760e

Please sign in to comment.