v0.7.8-rc1 (#7149)

*  v0.7.8-rc1

* chore: Enable manual triggering of the Generate Unreleased Changelog workflow
This commit is contained in:
Danny Avila 2025-04-29 17:55:25 -04:00 committed by GitHub
parent da131b6c59
commit fe512005fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 14 additions and 13 deletions

View file

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

View file

@ -1227,7 +1227,7 @@ export enum TTSProviders {
/** Enum for app-wide constants */
export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.7.7',
VERSION = 'v0.7.8-rc1',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.2.4',
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */