chore(release): 2.0.140 [skip ci]

## [2.0.140](https://github.com/GeneralBots/BotServer/compare/2.0.139...2.0.140) (2021-08-28)

### Bug Fixes

* **core.gbapp:** Autostart twice fixed. ([2304876](23048760b6))
This commit is contained in:
Rodrigo 2021-08-28 18:51:46 +00:00
parent 87d91d71f5
commit 0bda47a043
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.140](https://github.com/GeneralBots/BotServer/compare/2.0.139...2.0.140) (2021-08-28)
### Bug Fixes
* **core.gbapp:** Autostart twice fixed. ([2304876](https://github.com/GeneralBots/BotServer/commit/23048760b69e784b23629ac3dbe88f7f08da8b7d))
## [2.0.139](https://github.com/GeneralBots/BotServer/compare/2.0.138...2.0.139) (2021-08-26) ## [2.0.139](https://github.com/GeneralBots/BotServer/compare/2.0.138...2.0.139) (2021-08-26)

View file

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