From a5805e08c8ff96a890a8a786bea93de3aa098ab6 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Wed, 1 Oct 2025 13:53:20 -0700 Subject: [PATCH] chore(release): 3.20.5 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cafefae..16505d2a 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. +### [3.20.5](https://github.com/soulcraftlabs/brainy/compare/v3.20.4...v3.20.5) (2025-10-01) + +- feat: add --skip-tests flag to release script (0614171) +- fix: resolve critical bugs in delete operations and fix flaky tests (8476047) +- feat: implement simpler, more reliable release workflow (386fd2c) + + ### [3.20.2](https://github.com/soulcraftlabs/brainy/compare/v3.20.1...v3.20.2) (2025-09-30) ### Bug Fixes @@ -276,4 +283,4 @@ See [MIGRATION.md](MIGRATION.md) for detailed migration instructions including: - API changes and new patterns - Storage format updates - Configuration changes -- New features and capabilities \ No newline at end of file +- New features and capabilities diff --git a/package-lock.json b/package-lock.json index 7dab4f46..62110ca0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "3.20.4", + "version": "3.20.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "3.20.4", + "version": "3.20.5", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 157b2cab..61866324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "3.20.4", + "version": "3.20.5", "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",