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

View file

@ -1,3 +1,10 @@
## [2.3.3](https://github.com/GeneralBots/BotServer/compare/2.3.2...2.3.3) (2023-01-17)
### Bug Fixes
* **basic.gblib:** Refactoring processInfo into all methods. ([50d3fcc](https://github.com/GeneralBots/BotServer/commit/50d3fccd0dcb593662649d5cc1443017eb11227f))
## [2.3.2](https://github.com/GeneralBots/BotServer/compare/2.3.1...2.3.2) (2023-01-13)

View file

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