v0.8.0-rc4 (#9601)

*  v0.8.0-rc4

* chore: update jest.config.cjs to include release comment and linting

* chore: bump CONFIG_VERSION to 1.2.9
This commit is contained in:
Danny Avila 2025-09-12 13:37:10 -04:00 committed by GitHub
parent 7fe830acfc
commit 751522087a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 24 additions and 22 deletions

View file

@ -1,6 +1,6 @@
{
"name": "librechat-data-provider",
"version": "0.8.006",
"version": "0.8.010",
"description": "data services for librechat apps",
"main": "dist/index.js",
"module": "dist/index.es.js",

View file

@ -1526,9 +1526,9 @@ export enum TTSProviders {
/** Enum for app-wide constants */
export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.8.0-rc3',
VERSION = 'v0.8.0-rc4',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.2.8',
CONFIG_VERSION = '1.2.9',
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
NO_PARENT = '00000000-0000-0000-0000-000000000000',
/** Standard value to use whatever the submission prelim. `responseMessageId` is */