From 109c7ef8d7485314c78d4f972de006c1b826ac3b Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 17 Nov 2020 11:30:49 +0000 Subject: [PATCH] chore(release): 2.0.43 [skip ci] ## [2.0.43](https://github.com/pragmatismo-io/BotServer/compare/2.0.42...2.0.43) (2020-11-17) ### Bug Fixes * **core.gbapp:** Language features optmized. ([933729a](https://github.com/pragmatismo-io/BotServer/commit/933729ae4dc372b86aa61bd7a2525d71d64bf720)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 382966e9..3d69a01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.43](https://github.com/pragmatismo-io/BotServer/compare/2.0.42...2.0.43) (2020-11-17) + + +### Bug Fixes + +* **core.gbapp:** Language features optmized. ([933729a](https://github.com/pragmatismo-io/BotServer/commit/933729ae4dc372b86aa61bd7a2525d71d64bf720)) + ## [2.0.42](https://github.com/pragmatismo-io/BotServer/compare/2.0.41...2.0.42) (2020-11-12) diff --git a/package.json b/package.json index db650e81..80292632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.42", + "version": "2.0.43", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",