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

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

View file

@ -1,3 +1,11 @@
## [2.0.169](https://github.com/GeneralBots/BotServer/compare/2.0.168...2.0.169) (2022-08-28)
### Bug Fixes
* **basic.gblib:** Impersonated SET MAX LINES. ([f058a4a](https://github.com/GeneralBots/BotServer/commit/f058a4a0c6cbdc63a6c1ba3b857ccd4c1f7db8a2))
* **basic.gblib:** Impersonated SET MAX LINES. ([8f373f3](https://github.com/GeneralBots/BotServer/commit/8f373f3691e029e415f280b81aa780a50dfc5b91))
## [2.0.168](https://github.com/GeneralBots/BotServer/compare/2.0.167...2.0.168) (2022-08-28)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.0.168",
"version": "2.0.169",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",