From 5a7295bb15fd18f45a569341476b6f85ed079314 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 30 Mar 2021 20:58:57 +0000 Subject: [PATCH] chore(release): 2.0.116 [skip ci] ## [2.0.116](https://github.com/GeneralBots/BotServer/compare/2.0.115...2.0.116) (2021-03-30) ### Bug Fixes * **core.gbapp:** Start dialog now is called with no interruptions. ([f66bbb8](https://github.com/GeneralBots/BotServer/commit/f66bbb8fcef351262fea8baf532ce191ef7344ec)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac79056..2a463e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.116](https://github.com/GeneralBots/BotServer/compare/2.0.115...2.0.116) (2021-03-30) + + +### Bug Fixes + +* **core.gbapp:** Start dialog now is called with no interruptions. ([f66bbb8](https://github.com/GeneralBots/BotServer/commit/f66bbb8fcef351262fea8baf532ce191ef7344ec)) + ## [2.0.115](https://github.com/GeneralBots/BotServer/compare/2.0.114...2.0.115) (2021-03-30) diff --git a/package.json b/package.json index 6c80ad78..71cd31bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.115", + "version": "2.0.116", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",