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 d44a9941d5 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.0.181](https://github.com/GeneralBots/BotServer/compare/2.0.180...2.0.181) (2022-12-22)
### Bug Fixes
* **admin.gbapp:** .gbapp List param added to .gbot. ([48a1aa4](https://github.com/GeneralBots/BotServer/commit/48a1aa4d4695b480b6724f6c59830cfe3fa45f8c))
## [2.0.180](https://github.com/GeneralBots/BotServer/compare/2.0.179...2.0.180) (2022-12-16)

View file

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