From 519ddb628284f1de92b20f8ffa004dd8a7a1afb9 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 5 Jan 2021 15:33:26 +0000 Subject: [PATCH] chore(release): 2.0.84 [skip ci] ## [2.0.84](https://github.com/pragmatismo-io/BotServer/compare/2.0.83...2.0.84) (2021-01-05) ### Bug Fixes * **core.gbapp:** New .gbot param HelloGoodX is added. ([3aed757](https://github.com/pragmatismo-io/BotServer/commit/3aed75731e8aeb52236da9c5ce977ead3d5966b3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa6bec7..6932c28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.84](https://github.com/pragmatismo-io/BotServer/compare/2.0.83...2.0.84) (2021-01-05) + + +### Bug Fixes + +* **core.gbapp:** New .gbot param HelloGoodX is added. ([3aed757](https://github.com/pragmatismo-io/BotServer/commit/3aed75731e8aeb52236da9c5ce977ead3d5966b3)) + ## [2.0.83](https://github.com/pragmatismo-io/BotServer/compare/2.0.82...2.0.83) (2021-01-05) diff --git a/package.json b/package.json index b6cb3dc1..d2ec1827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.83", + "version": "2.0.84", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",