diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a802ac..1753d3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.25.0](https://github.com/soulcraftlabs/brainy/compare/v3.24.0...v3.25.0) (2025-10-07) + +- test: skip GitBridge Integration test (empty suite) (8939f59) +- test: skip batch-operations-fixed tests (flaky order test) (d582069) +- test: skip comprehensive VFS tests (pre-existing failures) (1d786f6) +- feat: add resolvePathToId() method and fix test issues (2931aa2) + + ### [3.24.0](https://github.com/soulcraftlabs/brainy/compare/v3.23.1...v3.24.0) (2025-10-07) - feat: simplify sharding to fixed depth-1 for reliability and performance (87515b9) diff --git a/package-lock.json b/package-lock.json index 6aafa314..46b56b24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "3.24.0", + "version": "3.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "3.24.0", + "version": "3.25.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 47f55eb3..2a267867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "3.24.0", + "version": "3.25.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",