From 8be429870c28307cc1605230913690996e6dafec Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 11 Nov 2025 14:20:55 -0800 Subject: [PATCH] chore(release): 5.7.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 8e3cebea..b6d7db75 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.7.0](https://github.com/soulcraftlabs/brainy/compare/v5.6.3...v5.7.0) (2025-11-11) + +- test: skip flaky concurrent relationship test (race condition in duplicate detection) (a71785b) +- perf: optimize imports with background deduplication (12-24x speedup) (02c80a0) + + ### [5.6.3](https://github.com/soulcraftlabs/brainy/compare/v5.6.2...v5.6.3) (2025-11-11) - docs: add entity versioning to fork section (3e81fd8) diff --git a/package-lock.json b/package-lock.json index f79f0586..74c38365 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "5.6.3", + "version": "5.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "5.6.3", + "version": "5.7.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index be84e04a..abdabeb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "5.6.3", + "version": "5.7.0", "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. Stage 3 CANONICAL: 42 nouns × 127 verbs covering 96-97% of all human knowledge.", "main": "dist/index.js", "module": "dist/index.js",