Skip to content

Commit 566e20b

Browse files
authored
✨ v0.8.6 (danny-avila#13302)
1 parent 0cba4d1 commit 566e20b

16 files changed

Lines changed: 29 additions & 29 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.8.6-rc1
1+
# v0.8.6
22

33
# Base node image
44
FROM node:20-alpine AS node

Dockerfile.multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile.multi
2-
# v0.8.6-rc1
2+
# v0.8.6
33

44
# Set configurable max-old-space-size with default
55
ARG NODE_MAX_OLD_SPACE_SIZE=6144

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@librechat/backend",
3-
"version": "v0.8.6-rc1",
3+
"version": "v0.8.6",
44
"description": "",
55
"scripts": {
66
"start": "echo 'please run this from the root directory'",

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** v0.8.6-rc1 */
1+
/** v0.8.6 */
22
module.exports = {
33
roots: ['<rootDir>/src'],
44
testEnvironment: 'jsdom',

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@librechat/frontend",
3-
"version": "v0.8.6-rc1",
3+
"version": "v0.8.6",
44
"description": "",
55
"type": "module",
66
"scripts": {

e2e/jestSetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// v0.8.6-rc1
1+
// v0.8.6
22
// See .env.test.example for an example of the '.env.test' file.
33
require('dotenv').config({ path: './e2e/.env.test' });

helm/librechat/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.0.4
18+
version: 2.0.5
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424

2525
# renovate: image=registry.librechat.ai/danny-avila/librechat
26-
appVersion: "v0.8.6-rc1"
26+
appVersion: "v0.8.6"
2727

2828
home: https://www.librechat.ai
2929

librechat.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.librechat.ai/docs/configuration/librechat_yaml
33

44
# Configuration version (required)
5-
version: 1.3.11
5+
version: 1.3.12
66

77
# Cache settings: Set to true to enable caching
88
cache: true

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)