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

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

View file

@ -1,3 +1,10 @@
## [2.0.32](https://github.com/pragmatismo-io/BotServer/compare/2.0.31...2.0.32) (2020-11-09)
### Bug Fixes
* **core.gbapp:** Fix deployment of assets missing await. ([ddaa8d5](https://github.com/pragmatismo-io/BotServer/commit/ddaa8d5e5d86d01f8214728a790442c440954f25))
## [2.0.31](https://github.com/pragmatismo-io/BotServer/compare/2.0.30...2.0.31) (2020-11-09) ## [2.0.31](https://github.com/pragmatismo-io/BotServer/compare/2.0.30...2.0.31) (2020-11-09)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.0.31", "version": "2.0.32",
"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",