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

This commit is contained in:
Rodrigo Rodriguez 2020-11-09 18:54:57 -03:00
commit 7e001a5cb0
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.31](https://github.com/pragmatismo-io/BotServer/compare/2.0.30...2.0.31) (2020-11-09)
### Bug Fixes
* **core.gbapp:** Fixing .gbdialog last call error. ([ff20ef2](https://github.com/pragmatismo-io/BotServer/commit/ff20ef2494c556dfacd63cfd69ffe56ca4c870ed))
## [2.0.30](https://github.com/pragmatismo-io/BotServer/compare/2.0.29...2.0.30) (2020-11-09)

View file

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