chore: release v2.3.0 on beta

Bump MODULE_VERSION, manifest.json version, and the CHANGELOG heading
from 2.2.0 to 2.3.0. The 2.2.0 accumulator on beta had gained two new
user-facing features (chunked consolidation, selective consolidation)
and one bug fix (group-chat member resolution) since the last master
release — MINOR bump per semver. All three version-of-record locations
are kept in sync.
This commit is contained in:
bal-spec 2026-04-23 17:05:53 -07:00
parent 77c610cd2f
commit ab4f3de74b
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 2.2.0
## 2.3.0
### New Features

View file

@ -61,7 +61,7 @@ import { createMemoryEditor } from './editor.js';
import { runChunkedConsolidation } from './consolidation.js';
const MODULE_NAME = 'charMemory';
const MODULE_VERSION = '2.2.0';
const MODULE_VERSION = '2.3.0';
const DEFAULT_FILE_NAME = 'char-memories.md';
const LOG_PREFIX = '[CharMemory]';

View file

@ -6,7 +6,7 @@
"js": "index.js",
"css": "style.css",
"author": "bal-spec",
"version": "2.2.0",
"version": "2.3.0",
"homePage": "https://github.com/bal-spec/sillytavern-character-memory",
"auto_update": true,
"i18n": {