Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2021-08-14 19:29:32 -03:00
commit 25a7d01b6d
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.130](https://github.com/GeneralBots/BotServer/compare/2.0.129...2.0.130) (2021-08-13)
### Bug Fixes
* **kb.gbapp:** Fixing WHOLE WORD in Simple Search. ([3ad3459](https://github.com/GeneralBots/BotServer/commit/3ad3459e4b74263cdba4142f2c42452ad9d2cdbc))
## [2.0.129](https://github.com/GeneralBots/BotServer/compare/2.0.128...2.0.129) (2021-08-11)

View file

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