chore(release): 2.0.8 [skip ci]

## [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](aa976aeb8c))
This commit is contained in:
Rodrigo 2020-09-20 01:01:01 +00:00
parent 8d78ebf410
commit 21095ad206
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) ## [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", "name": "botserver",
"version": "2.0.7", "version": "2.0.8",
"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",