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 794e0260fb - Show all commits

View file

@ -1,3 +1,10 @@
## [2.4.15](https://github.com/GeneralBots/BotServer/compare/2.4.14...2.4.15) (2023-07-19)
### Bug Fixes
* **all:** Create bot working again. ([4eecd5a](https://github.com/GeneralBots/BotServer/commit/4eecd5acec56547e5b5ab064f52dc81eb451e1a4))
## [2.4.14](https://github.com/GeneralBots/BotServer/compare/2.4.13...2.4.14) (2023-07-18)

View file

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