Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2020-11-11 11:10:53 -03:00
commit 1dba536aad
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",