From 383895e5423105e540e37f2afdcd66567420c515 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 26 Aug 2022 21:16:23 +0000 Subject: [PATCH] chore(release): 2.0.166 [skip ci] ## [2.0.166](https://github.com/GeneralBots/BotServer/compare/2.0.165...2.0.166) (2022-08-26) ### Bug Fixes * **kb.gbapp:** Skips blank answers lines. ([796a412](https://github.com/GeneralBots/BotServer/commit/796a412e326982cd463863319931621301358079)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9c000a..60a2e0e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.166](https://github.com/GeneralBots/BotServer/compare/2.0.165...2.0.166) (2022-08-26) + + +### Bug Fixes + +* **kb.gbapp:** Skips blank answers lines. ([796a412](https://github.com/GeneralBots/BotServer/commit/796a412e326982cd463863319931621301358079)) + ## [2.0.165](https://github.com/GeneralBots/BotServer/compare/2.0.164...2.0.165) (2022-08-26) diff --git a/package.json b/package.json index 10bb5027..0af07f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.165", + "version": "2.0.166", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",