From 04842d866ccd3ce88a03b2e760b8e6bc2f952278 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 31 Jul 2025 13:22:45 -0700 Subject: [PATCH] chore(release): 0.27.1 [skip ci] --- CHANGELOG.md | 15 ++++----------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0379636..157fa1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,14 @@ # Changelog -All notable changes to this project will be documented in this file. +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. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [0.27.1](https://github.com/soulcraft-research/brainy/compare/v0.27.0...v0.27.1) (2025-07-31) -## [Unreleased] - -### Added ### Changed -- Unified getNouns and getVerbs methods to improve code consistency -- Removed deprecated warnings from getAllNouns, getAllVerbs, getVerbsBySource, getVerbsByTarget, and getVerbsByType -- Implemented getAllNouns and getAllVerbs to use the paginated versions internally -- Improved method documentation with clearer parameter and return type descriptions -### Fixed +* **changelog:** remove manual changelog update script ([72a649e](https://github.com/soulcraft-research/brainy/commit/72a649e174e7ada6ec7fee8c046bf233835cd8d8)) +* **versioning:** switch to standard-version for automated changelog generation ([1f6a70d](https://github.com/soulcraft-research/brainy/commit/1f6a70dbc52547aafe5761d9e03878d485c1ec26)) ## [0.26.0] - 2025-07-30 diff --git a/package-lock.json b/package-lock.json index 99c0a206..2c8856a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@soulcraft/brainy", - "version": "0.27.0", + "version": "0.27.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@soulcraft/brainy", - "version": "0.27.0", + "version": "0.27.1", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.540.0", diff --git a/package.json b/package.json index 8d357efa..78112108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy", - "version": "0.27.0", + "version": "0.27.1", "description": "A vector graph database using HNSW indexing with Origin Private File System storage", "main": "dist/unified.js", "module": "dist/unified.js",