chore(release): 2.0.33 [skip ci]

## [2.0.33](https://github.com/pragmatismo-io/BotServer/compare/2.0.32...2.0.33) (2020-11-09)

### Bug Fixes

* **core.gbapp:** Fixing missing await calls. ([e0b18c0](e0b18c00f1))
This commit is contained in:
Rodrigo 2020-11-09 22:07:52 +00:00
parent e50a2fb9c7
commit 73dea1f1c0
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.33](https://github.com/pragmatismo-io/BotServer/compare/2.0.32...2.0.33) (2020-11-09)
### Bug Fixes
* **core.gbapp:** Fixing missing await calls. ([e0b18c0](https://github.com/pragmatismo-io/BotServer/commit/e0b18c00f150aab6bace7f6b45590b64e5960207))
## [2.0.32](https://github.com/pragmatismo-io/BotServer/compare/2.0.31...2.0.32) (2020-11-09)

View file

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