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 482904672f - Show all commits

View file

@ -1,3 +1,10 @@
## [2.3.7](https://github.com/GeneralBots/BotServer/compare/2.3.6...2.3.7) (2023-01-25)
### Bug Fixes
* **systemkeywords.ts:** injected security context inside systemkeywords.ts ([8a895d3](https://github.com/GeneralBots/BotServer/commit/8a895d3da1f9a2cfee680f09e79ea999cdf3db8d))
## [2.3.6](https://github.com/GeneralBots/BotServer/compare/2.3.5...2.3.6) (2023-01-25)

View file

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