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

View file

@ -1,3 +1,10 @@
## [2.3.1](https://github.com/GeneralBots/BotServer/compare/2.3.0...2.3.1) (2023-01-13)
### Bug Fixes
* **gbminservice.ts:** swagger-client migration from 2.0 to 3.0 ([552e8b1](https://github.com/GeneralBots/BotServer/commit/552e8b14c41aa01c538e9eda1bb6666adb098b38))
# [2.3.0](https://github.com/GeneralBots/BotServer/compare/2.2.0...2.3.0) (2023-01-10)

View file

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