From 69b8f95afe660d951ab2b1ced052553e0fe7cf12 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 20 Jun 2021 17:45:54 +0000 Subject: [PATCH] chore(release): 2.0.125 [skip ci] ## [2.0.125](https://github.com/GeneralBots/BotServer/compare/2.0.124...2.0.125) (2021-06-20) ### Bug Fixes * **core.gbapp:** Auto-start is optional again. ([74956e8](https://github.com/GeneralBots/BotServer/commit/74956e8fd98374700bd8a544928cd529da9dd975)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d435f044..a1f4dcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.125](https://github.com/GeneralBots/BotServer/compare/2.0.124...2.0.125) (2021-06-20) + + +### Bug Fixes + +* **core.gbapp:** Auto-start is optional again. ([74956e8](https://github.com/GeneralBots/BotServer/commit/74956e8fd98374700bd8a544928cd529da9dd975)) + ## [2.0.124](https://github.com/GeneralBots/BotServer/compare/2.0.123...2.0.124) (2021-06-17) diff --git a/package.json b/package.json index e14cda19..561c8ec3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.124", + "version": "2.0.125", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",