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

This commit is contained in:
Rodrigo Rodriguez 2020-11-09 21:28:19 -03:00
commit f712d31866
2 changed files with 8 additions and 1 deletions

View file

@ -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)

View file

@ -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",