From f262ff67cd05a59684d723d2df356e036520e2f3 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 23 Dec 2020 15:32:48 +0000 Subject: [PATCH] chore(release): 2.0.78 [skip ci] ## [2.0.78](https://github.com/pragmatismo-io/BotServer/compare/2.0.77...2.0.78) (2020-12-23) ### Bug Fixes * **core.gbapp:** result is now OK from hear. ([c900103](https://github.com/pragmatismo-io/BotServer/commit/c900103fb06bc4848519f9104d8c1e7c5c5066b0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16ac62a..3b16e3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.78](https://github.com/pragmatismo-io/BotServer/compare/2.0.77...2.0.78) (2020-12-23) + + +### Bug Fixes + +* **core.gbapp:** result is now OK from hear. ([c900103](https://github.com/pragmatismo-io/BotServer/commit/c900103fb06bc4848519f9104d8c1e7c5c5066b0)) + ## [2.0.77](https://github.com/pragmatismo-io/BotServer/compare/2.0.76...2.0.77) (2020-12-23) diff --git a/package.json b/package.json index 64dac146..ad9e83e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.77", + "version": "2.0.78", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",