From 1398443b6e1931bf541dc7f595d884800771862a Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 1 Dec 2020 21:07:20 +0000 Subject: [PATCH] chore(release): 2.0.57 [skip ci] ## [2.0.57](https://github.com/pragmatismo-io/BotServer/compare/2.0.56...2.0.57) (2020-12-01) ### Bug Fixes * **core.gbapp:** New HEAR possibilities coded. ([797af37](https://github.com/pragmatismo-io/BotServer/commit/797af37b816ae31610e5aa32bbd055f61c899258)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b31081..c45e3093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.57](https://github.com/pragmatismo-io/BotServer/compare/2.0.56...2.0.57) (2020-12-01) + + +### Bug Fixes + +* **core.gbapp:** New HEAR possibilities coded. ([797af37](https://github.com/pragmatismo-io/BotServer/commit/797af37b816ae31610e5aa32bbd055f61c899258)) + ## [2.0.56](https://github.com/pragmatismo-io/BotServer/compare/2.0.55...2.0.56) (2020-12-01) diff --git a/package.json b/package.json index 7bcca547..b383dbe0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.56", + "version": "2.0.57", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",