From 73dea1f1c0fd32517a43655b046bd2d978b20aa2 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 9 Nov 2020 22:07:52 +0000 Subject: [PATCH] chore(release): 2.0.33 [skip ci] ## [2.0.33](https://github.com/pragmatismo-io/BotServer/compare/2.0.32...2.0.33) (2020-11-09) ### Bug Fixes * **core.gbapp:** Fixing missing await calls. ([e0b18c0](https://github.com/pragmatismo-io/BotServer/commit/e0b18c00f150aab6bace7f6b45590b64e5960207)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 786626ac..d9b943f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.33](https://github.com/pragmatismo-io/BotServer/compare/2.0.32...2.0.33) (2020-11-09) + + +### Bug Fixes + +* **core.gbapp:** Fixing missing await calls. ([e0b18c0](https://github.com/pragmatismo-io/BotServer/commit/e0b18c00f150aab6bace7f6b45590b64e5960207)) + ## [2.0.32](https://github.com/pragmatismo-io/BotServer/compare/2.0.31...2.0.32) (2020-11-09) diff --git a/package.json b/package.json index 1673932c..1e72fa7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.32", + "version": "2.0.33", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",