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

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

View file

@ -1,5 +1,11 @@
# Release History
## Version 0.1.2
* NEW: kb.gbapp now has a complete browser of excel articles.
* FIX: Some security improved.
* NEW: Protocol changes for exchanging questions between UI and Bot Server.
## Version 0.1.0
- NEW: Migration to Bot Framework v4.

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "0.1.1",
"version": "0.1.2",
"description": "General Bot Community Edition open-core server.",
"main": "./src/app.ts",
"homepage": "http://www.generalbot.com",