From 34cac5628c4ebecc2f26a63ae0c3fd8e4be48734 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Wed, 2 Jul 2025 12:29:19 -0700 Subject: [PATCH] **chore(version): bump version to 0.9.21 and update package references** - Updated version to `0.9.21` in `README.md`, `package.json`, `cli-package/package.json`, and `src/utils/version.ts`. - Updated npm version badge in `README.md` to reflect `0.9.21`. - Synchronized `@soulcraft/brainy` dependency version to `0.9.21` in CLI package for consistency. This release ensures accurate versioning across the project and aligns dependencies with the latest version. --- README.md | 2 +- cli-package/package.json | 4 ++-- src/utils/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73070f15..0ff5c991 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Node.js](https://img.shields.io/badge/node-%3E%3D24.0.0-brightgreen.svg)](https://nodejs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.1.6-blue.svg)](https://www.typescriptlang.org/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) -[![npm](https://img.shields.io/badge/npm-v0.9.20-blue.svg)](https://www.npmjs.com/package/@soulcraft/brainy) +[![npm](https://img.shields.io/badge/npm-v0.9.21-blue.svg)](https://www.npmjs.com/package/@soulcraft/brainy) [//]: # ([![Cartographer](https://img.shields.io/badge/Cartographer-Official%20Standard-brightgreen)](https://github.com/sodal-project/cartographer)) diff --git a/cli-package/package.json b/cli-package/package.json index f2cb2ec3..6fb7e63d 100644 --- a/cli-package/package.json +++ b/cli-package/package.json @@ -1,6 +1,6 @@ { "name": "@soulcraft/brainy-cli", - "version": "0.9.20", + "version": "0.9.21", "description": "Command-line interface for the Brainy vector graph database", "type": "module", "bin": { @@ -39,7 +39,7 @@ "url": "https://github.com/soulcraft-research/brainy.git" }, "dependencies": { - "@soulcraft/brainy": "0.9.20", + "@soulcraft/brainy": "0.9.21", "commander": "^14.0.0", "omelette": "^0.4.17" }, diff --git a/src/utils/version.ts b/src/utils/version.ts index d4367c87..3000c023 100644 --- a/src/utils/version.ts +++ b/src/utils/version.ts @@ -3,4 +3,4 @@ * Do not modify this file directly. */ -export const VERSION = '0.9.20'; +export const VERSION = '0.9.21';