Skip to content

Commit 41b1ec0

Browse files
danny-avilaarthurolivierfortin
authored andcommitted
🔧 chore: Bump Data Provider and Custom Config Versions (danny-avila#7527)
* 🔧 chore: Update CONFIG_VERSION to 1.2.6 * 🔧 chore: Update librechat-data-provider version to 0.7.85
1 parent 64c7f71 commit 41b1ec0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/data-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librechat-data-provider",
3-
"version": "0.7.84",
3+
"version": "0.7.85",
44
"description": "data services for librechat apps",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

packages/data-provider/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ export enum Constants {
13141314
/** Key for the app's version. */
13151315
VERSION = 'v0.7.8',
13161316
/** Key for the Custom Config's version (librechat.yaml). */
1317-
CONFIG_VERSION = '1.2.5',
1317+
CONFIG_VERSION = '1.2.6',
13181318
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
13191319
NO_PARENT = '00000000-0000-0000-0000-000000000000',
13201320
/** Standard value for the initial conversationId before a request is sent */

0 commit comments

Comments
 (0)