From 6037db3d8591563465e48e5e58e94ed943a67e93 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Fri, 10 Oct 2025 11:15:37 -0700 Subject: [PATCH] chore(release): 3.35.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1bf468..d7ec452f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.35.0](https://github.com/soulcraftlabs/brainy/compare/v3.34.0...v3.35.0) (2025-10-10) + +- feat: implement HNSW index rebuild and unified index interface (6a4d1ae) +- cleaning up (12d78ba) + + ### [3.34.0](https://github.com/soulcraftlabs/brainy/compare/v3.33.0...v3.34.0) (2025-10-09) - test: adjust type-matching tests for real embeddings (v3.33.0) (1c5c77e) diff --git a/package-lock.json b/package-lock.json index c027d737..15b98aba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "3.34.0", + "version": "3.35.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "3.34.0", + "version": "3.35.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 2bf9b992..6a7a5dda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "3.34.0", + "version": "3.35.0", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.", "main": "dist/index.js", "module": "dist/index.js",