chore(release): 2.0.130 [skip ci]

## [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](3ad3459e4b))
This commit is contained in:
Rodrigo 2021-08-13 16:05:37 +00:00
parent 3ad3459e4b
commit 89438377f3
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",