From 3c26f6ff70edce2856f54ad322b44f80996a258e Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 26 Nov 2020 14:28:56 +0000 Subject: [PATCH] chore(release): 2.0.51 [skip ci] ## [2.0.51](https://github.com/pragmatismo-io/BotServer/compare/2.0.50...2.0.51) (2020-11-26) ### Bug Fixes * **core.gbapp:** Language instance acquisition fixed. ([387b340](https://github.com/pragmatismo-io/BotServer/commit/387b3407f3d646b3435b3d59a551a443bfb7e0bb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f8067e..7278872d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.51](https://github.com/pragmatismo-io/BotServer/compare/2.0.50...2.0.51) (2020-11-26) + + +### Bug Fixes + +* **core.gbapp:** Language instance acquisition fixed. ([387b340](https://github.com/pragmatismo-io/BotServer/commit/387b3407f3d646b3435b3d59a551a443bfb7e0bb)) + ## [2.0.50](https://github.com/pragmatismo-io/BotServer/compare/2.0.49...2.0.50) (2020-11-26) diff --git a/package.json b/package.json index 3ec31e08..544d6031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.50", + "version": "2.0.51", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",