mirror of
https://github.com/bal-spec/sillytavern-character-memory.git
synced 2026-04-28 03:39:44 +00:00
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:
parent
77c610cd2f
commit
ab4f3de74b
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 2.2.0
|
||||
## 2.3.0
|
||||
|
||||
### New Features
|
||||
|
||||
|
|
|
|||
2
index.js
2
index.js
|
|
@ -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]';
|
||||
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue