We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccc2a4 commit 8acd007Copy full SHA for 8acd007
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mceachen/sqlite-vec",
3
- "version": "0.2.3-alpha",
+ "version": "0.3.0",
4
"description": "A vector search SQLite extension that runs anywhere",
5
"main": "./index.cjs",
6
"module": "./index.mjs",
@@ -28,7 +28,7 @@
28
],
29
"author": "Alex Garcia <alex@alex.garcia>",
30
"contributors": [
31
- "Vlad Lasky",
+ "Vlad Lasky",
32
"Matthew McEachen"
33
34
"license": "(MIT OR Apache-2.0)",
0 commit comments