Skip to content

Commit 8033994

Browse files
authored
[RELEASE] JS Client 2.4.3 (#4448)
Release JS client 2.4.3
1 parent dd6d176 commit 8033994

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chromadb-root",
33
"private": true,
4-
"version": "2.4.2",
4+
"version": "2.4.3",
55
"description": "A JavaScript interface for chroma",
66
"keywords": [],
77
"author": "",

clients/js/packages/chromadb-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromadb-client",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "A JavaScript interface for chroma with embedding functions as peer dependencies",
55
"license": "Apache-2.0",
66
"type": "module",

clients/js/packages/chromadb-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/chromadb-core",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"private": true,
55
"description": "Core functionality for ChromaDB JavaScript client",
66
"license": "Apache-2.0",

clients/js/packages/chromadb/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chromadb",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "A JavaScript interface for chroma with embedding functions as bundled dependencies",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -51,11 +51,11 @@
5151
"typescript": "^5.0.4"
5252
},
5353
"optionalDependencies": {
54-
"chromadb-js-bindings-darwin-arm64": "^0.0.4",
55-
"chromadb-js-bindings-darwin-x64": "^0.0.4",
56-
"chromadb-js-bindings-linux-arm64-gnu": "^0.0.4",
57-
"chromadb-js-bindings-linux-x64-gnu": "^0.0.4",
58-
"chromadb-js-bindings-win32-x64-msvc": "^0.0.4"
54+
"chromadb-js-bindings-darwin-arm64": "^0.1.1",
55+
"chromadb-js-bindings-darwin-x64": "^0.1.1",
56+
"chromadb-js-bindings-linux-arm64-gnu": "^0.1.1",
57+
"chromadb-js-bindings-linux-x64-gnu": "^0.1.1",
58+
"chromadb-js-bindings-win32-x64-msvc": "^0.1.1"
5959
},
6060
"engines": {
6161
"node": ">=14.17.0"

0 commit comments

Comments
 (0)