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 5cb5307287 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.4.9](https://github.com/GeneralBots/BotServer/compare/2.4.8...2.4.9) (2023-07-17)
### Bug Fixes
* **all:** [#123](https://github.com/GeneralBots/BotServer/issues/123) done. ([899696d](https://github.com/GeneralBots/BotServer/commit/899696d7e59fbb90964852c3838695ed52815040))
## [2.4.8](https://github.com/GeneralBots/BotServer/compare/2.4.7...2.4.8) (2023-07-17)

View file

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