From a66cd70ca5b944fec8b8177956563fb5ad2b4502 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 31 Mar 2021 11:46:14 +0000 Subject: [PATCH] chore(release): 2.0.117 [skip ci] ## [2.0.117](https://github.com/GeneralBots/BotServer/compare/2.0.116...2.0.117) (2021-03-31) ### Bug Fixes * **kb.gbapp:** Simple search prioritized correctly. ([8136e34](https://github.com/GeneralBots/BotServer/commit/8136e34f1ef8b389663566ad78c0a3f649aef8ea)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a463e85..64b7ea90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.117](https://github.com/GeneralBots/BotServer/compare/2.0.116...2.0.117) (2021-03-31) + + +### Bug Fixes + +* **kb.gbapp:** Simple search prioritized correctly. ([8136e34](https://github.com/GeneralBots/BotServer/commit/8136e34f1ef8b389663566ad78c0a3f649aef8ea)) + ## [2.0.116](https://github.com/GeneralBots/BotServer/compare/2.0.115...2.0.116) (2021-03-30) diff --git a/package.json b/package.json index 71cd31bd..51bdcdd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.116", + "version": "2.0.117", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",