v0.7.2 (#2667)

* v0.7.2

* chore: uninstall hnswlib-node

* bump package provider

* bump librechat-data-provider in lockfile

* README: ross index

* chore: center star history
This commit is contained in:
Danny Avila 2024-05-10 16:29:27 -04:00 committed by GitHub
parent 2ec821ea4c
commit 4a32d7466a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 36 additions and 20 deletions

View file

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

View file

@ -675,7 +675,7 @@ export enum SettingsTabValues {
/** Enum for app-wide constants */
export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.7.1',
VERSION = 'v0.7.2',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.0.9',
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */