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](8e668c28cd))
This commit is contained in:
Rodrigo 2020-11-10 00:31:56 +00:00
parent f712d31866
commit 39505de5a8
2 changed files with 8 additions and 1 deletions

View file

@ -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) ## [2.0.35](https://github.com/pragmatismo-io/BotServer/compare/2.0.34...2.0.35) (2020-11-09)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.0.35", "version": "2.0.36",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.js", "main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",