From 9517008a22790735769012a5449773e4cd9550dc Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 23 Dec 2020 00:54:10 +0000 Subject: [PATCH] chore(release): 2.0.77 [skip ci] ## [2.0.77](https://github.com/pragmatismo-io/BotServer/compare/2.0.76...2.0.77) (2020-12-23) ### Bug Fixes * **core.gbapp:** resolve is being called correctly in /hear. ([9804deb](https://github.com/pragmatismo-io/BotServer/commit/9804debfccd268796b5a789d2da7ebdb44dfa2e0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b84569b..f16ac62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.77](https://github.com/pragmatismo-io/BotServer/compare/2.0.76...2.0.77) (2020-12-23) + + +### Bug Fixes + +* **core.gbapp:** resolve is being called correctly in /hear. ([9804deb](https://github.com/pragmatismo-io/BotServer/commit/9804debfccd268796b5a789d2da7ebdb44dfa2e0)) + ## [2.0.76](https://github.com/pragmatismo-io/BotServer/compare/2.0.75...2.0.76) (2020-12-22) diff --git a/package.json b/package.json index c5ebfd2b..64dac146 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.76", + "version": "2.0.77", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",