diff --git a/CHANGELOG.md b/CHANGELOG.md index abc145d8..dce9749c 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. +### [5.4.0](https://github.com/soulcraftlabs/brainy/compare/v5.3.6...v5.4.0) (2025-11-05) + +- fix: resolve HNSW race condition and verb weight extraction (v5.4.0) (1fc54f0) +- fix: resolve BlobStorage metadata prefix inconsistency (9d75019) + + ## [5.4.0](https://github.com/soulcraftlabs/brainy/compare/v5.3.6...v5.4.0) (2025-11-05) ### 🎯 Critical Stability Release diff --git a/package-lock.json b/package-lock.json index 45bc5b87..4148e43e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "5.3.6", + "version": "5.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "5.3.6", + "version": "5.4.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index ef7804fa..5651c106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "5.3.6", + "version": "5.4.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",