From f0270cc568be78d8b87e8caefeed1c219da62af3 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 9 Dec 2025 16:17:45 -0800 Subject: [PATCH] chore(release): 6.3.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99ee3f2..255d36b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [6.3.2](https://github.com/soulcraftlabs/brainy/compare/v6.3.1...v6.3.2) (2025-12-09) + + +### šŸ› Bug Fixes + +* **versioning:** VFS file versions now capture actual blob content ([3e0f235](https://github.com/soulcraftlabs/brainy/commit/3e0f235f8b2cfcc6f0792a457879a02e4b93897a)) + ### [6.3.1](https://github.com/soulcraftlabs/brainy/compare/v6.3.0...v6.3.1) (2025-12-09) - fix(versioning): clean architecture with index pollution prevention (f145fa1) diff --git a/package-lock.json b/package-lock.json index 830d18d1..7f1f3e75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "6.3.1", + "version": "6.3.2", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 0b49ca2a..3b83c5d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "6.3.1", + "version": "6.3.2", "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",