From 146052ab7fda5f61e80866d26b7d64f15f43f504 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 28 Feb 2021 15:31:30 +0000 Subject: [PATCH] chore(release): 2.0.106 [skip ci] ## [2.0.106](https://github.com/GeneralBots/BotServer/compare/2.0.105...2.0.106) (2021-02-28) ### Bug Fixes * **all:** FAQ Menu fixed. ([7c93328](https://github.com/GeneralBots/BotServer/commit/7c93328134f6a2611ea13749182eb4fc8061a0d3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e710a650..b3487ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.106](https://github.com/GeneralBots/BotServer/compare/2.0.105...2.0.106) (2021-02-28) + + +### Bug Fixes + +* **all:** FAQ Menu fixed. ([7c93328](https://github.com/GeneralBots/BotServer/commit/7c93328134f6a2611ea13749182eb4fc8061a0d3)) + ## [2.0.105](https://github.com/GeneralBots/BotServer/compare/2.0.104...2.0.105) (2021-02-23) diff --git a/package.json b/package.json index 169ab9a8..764358a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.105", + "version": "2.0.106", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",