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 74ca05e6f8 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.4.2](https://github.com/GeneralBots/BotServer/compare/2.4.1...2.4.2) (2023-07-09)
### Bug Fixes
* **all:** Minor changes in PROD. ([77d5b4e](https://github.com/GeneralBots/BotServer/commit/77d5b4ee68b079c1e84f76e06b888bfaff67d39c))
## [2.4.1](https://github.com/GeneralBots/BotServer/compare/2.4.0...2.4.1) (2023-07-09)

View file

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