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

This commit is contained in:
Rodrigo Rodriguez 2020-09-20 12:06:59 -03:00
commit 546e72ef55
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.8](https://github.com/pragmatismo-io/BotServer/compare/2.0.7...2.0.8) (2020-09-20)
### Bug Fixes
* **core.gbapp:** Instance loading fix and external url for images. ([aa976ae](https://github.com/pragmatismo-io/BotServer/commit/aa976aeb8c031c6319978b85d59939a461130b69))
## [2.0.7](https://github.com/pragmatismo-io/BotServer/compare/2.0.6...2.0.7) (2020-08-29)

View file

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