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

This commit is contained in:
Rodrigo Rodriguez 2020-10-14 14:04:06 -03:00
commit d2e4e755db
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.11](https://github.com/pragmatismo-io/BotServer/compare/2.0.10...2.0.11) (2020-10-14)
### Bug Fixes
* **all:** sendFile working after path fix. ([2c901f4](https://github.com/pragmatismo-io/BotServer/commit/2c901f451bac49a58e2c1a8e8f4cb99f82b8c465))
## [2.0.10](https://github.com/pragmatismo-io/BotServer/compare/2.0.9...2.0.10) (2020-10-08)

View file

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