fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 959c78f642 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.4.40](https://github.com/GeneralBots/BotServer/compare/2.4.39...2.4.40) (2023-07-31)
### Bug Fixes
* **all:** Minor changes in PROD. ([9b88c33](https://github.com/GeneralBots/BotServer/commit/9b88c330c60e9646d72e1215f14d0c8ba3462cd2))
## [2.4.39](https://github.com/GeneralBots/BotServer/compare/2.4.38...2.4.39) (2023-07-31)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.4.39",
"version": "2.4.40",
"type": "module",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.mjs",