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

View file

@ -1,3 +1,10 @@
# [2.3.0](https://github.com/GeneralBots/BotServer/compare/2.2.0...2.3.0) (2023-01-10)
### Features
* **systemkeywords.ts:** introducing executionid feature in api ([a65a82d](https://github.com/GeneralBots/BotServer/commit/a65a82dd8a8805a4e90dfb6d7b72a49fcc611419))
# [2.2.0](https://github.com/GeneralBots/BotServer/compare/2.1.5...2.2.0) (2023-01-10)

View file

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