From 39505de5a8fb51234ff92db5187887a98c3ea6a2 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 10 Nov 2020 00:31:56 +0000 Subject: [PATCH] chore(release): 2.0.36 [skip ci] ## [2.0.36](https://github.com/pragmatismo-io/BotServer/compare/2.0.35...2.0.36) (2020-11-10) ### Bug Fixes * **core.gbapp:** End of dialog is now OK. ([8e668c2](https://github.com/pragmatismo-io/BotServer/commit/8e668c28cd811addb5032e29b23cd0674ef6bcd9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e834c7e2..0281cf12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.36](https://github.com/pragmatismo-io/BotServer/compare/2.0.35...2.0.36) (2020-11-10) + + +### Bug Fixes + +* **core.gbapp:** End of dialog is now OK. ([8e668c2](https://github.com/pragmatismo-io/BotServer/commit/8e668c28cd811addb5032e29b23cd0674ef6bcd9)) + ## [2.0.35](https://github.com/pragmatismo-io/BotServer/compare/2.0.34...2.0.35) (2020-11-09) diff --git a/package.json b/package.json index 950eb93d..837052f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.35", + "version": "2.0.36", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",