From 45bd15165a970e64e085fb608fc69ee74e47db21 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 9 Nov 2020 23:29:35 +0000 Subject: [PATCH] chore(release): 2.0.35 [skip ci] ## [2.0.35](https://github.com/pragmatismo-io/BotServer/compare/2.0.34...2.0.35) (2020-11-09) ### Bug Fixes * **core.gbapp:** Trying to fix error after .gbdialog call. ([744577b](https://github.com/pragmatismo-io/BotServer/commit/744577b20bca5c3233e68f06135c050ebb9c5ab1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c72adbf..e834c7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.35](https://github.com/pragmatismo-io/BotServer/compare/2.0.34...2.0.35) (2020-11-09) + + +### Bug Fixes + +* **core.gbapp:** Trying to fix error after .gbdialog call. ([744577b](https://github.com/pragmatismo-io/BotServer/commit/744577b20bca5c3233e68f06135c050ebb9c5ab1)) + ## [2.0.34](https://github.com/pragmatismo-io/BotServer/compare/2.0.33...2.0.34) (2020-11-09) diff --git a/package.json b/package.json index abadce7a..950eb93d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.34", + "version": "2.0.35", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",