chore(release): 2.0.15 [skip ci]

## [2.0.15](https://github.com/pragmatismo-io/BotServer/compare/2.0.14...2.0.15) (2020-10-24)

### Bug Fixes

* **all:** Debugging of .gbapp allowed when launch.json is tailored on outFiles .gbapp dist files. ([201b8c7](201b8c7dac))
This commit is contained in:
Rodrigo 2020-10-24 15:40:39 +00:00
parent 201b8c7dac
commit e6db3f0860
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.15](https://github.com/pragmatismo-io/BotServer/compare/2.0.14...2.0.15) (2020-10-24)
### Bug Fixes
* **all:** Debugging of .gbapp allowed when launch.json is tailored on outFiles .gbapp dist files. ([201b8c7](https://github.com/pragmatismo-io/BotServer/commit/201b8c7dac654096600daa7101ad4a0d379b7058))
## [2.0.14](https://github.com/pragmatismo-io/BotServer/compare/2.0.13...2.0.14) (2020-10-23)

View file

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