From 7a399085c36bf6e5d34f2f1be742e1517f99a5f4 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 3 Nov 2025 14:10:27 -0800 Subject: [PATCH] chore(release): 5.2.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 5a00340a..c79693d6 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.2.0](https://github.com/soulcraftlabs/brainy/compare/v5.1.2...v5.2.0) (2025-11-03) + +- fix: update VFS test for v5.2.0 BlobStorage architecture (b3e3e5c) +- feat: add ImageHandler with EXIF extraction and comprehensive MIME detection (v5.2.0) (1874b77) + + ## [5.2.0](https://github.com/soulcraftlabs/brainy/compare/v5.1.0...v5.2.0) (2025-11-03) ### ✨ Features diff --git a/package-lock.json b/package-lock.json index ae2871d6..3c0a1981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "5.1.2", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "5.1.2", + "version": "5.2.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 0f555d0a..ddcd53e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "5.1.2", + "version": "5.2.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",