chore(release): 2.0.41 [skip ci]

## [2.0.41](https://github.com/pragmatismo-io/BotServer/compare/2.0.40...2.0.41) (2020-11-11)

### Bug Fixes

* **core.gbapp:** DO WHILE now working. ([785b924](785b924379))
This commit is contained in:
Rodrigo 2020-11-11 19:07:16 +00:00
parent 66a51d5c89
commit edf415a731
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.41](https://github.com/pragmatismo-io/BotServer/compare/2.0.40...2.0.41) (2020-11-11)
### Bug Fixes
* **core.gbapp:** DO WHILE now working. ([785b924](https://github.com/pragmatismo-io/BotServer/commit/785b9243790c4efb9fc0de0cd7b31cbac88ac26f))
## [2.0.40](https://github.com/pragmatismo-io/BotServer/compare/2.0.39...2.0.40) (2020-11-11) ## [2.0.40](https://github.com/pragmatismo-io/BotServer/compare/2.0.39...2.0.40) (2020-11-11)

View file

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