From 0bda47a043ab09df97be696667b5955aef5ceeee Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 28 Aug 2021 18:51:46 +0000 Subject: [PATCH] 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](https://github.com/GeneralBots/BotServer/commit/23048760b69e784b23629ac3dbe88f7f08da8b7d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7280d0..138343f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 45d5201a..73491dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.139", + "version": "2.0.140", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",