This commit is contained in:
Rodrigo Rodriguez 2022-08-26 13:57:08 -03:00
commit 6af3054a97
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.163](https://github.com/GeneralBots/BotServer/compare/2.0.162...2.0.163) (2022-08-26)
### Bug Fixes
* **kb.gbapp:** Skips blank answers lines. ([46fb424](https://github.com/GeneralBots/BotServer/commit/46fb4244c71c982bebcc9c32ae42ff04405672db))
## [2.0.162](https://github.com/GeneralBots/BotServer/compare/2.0.161...2.0.162) (2022-08-26)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.0.162",
"version": "2.0.163",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",