From ff2b311412d4bc6d4414bbee1af27c22ef2e7bb7 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 28 Nov 2020 23:31:12 +0000 Subject: [PATCH] chore(release): 2.0.54 [skip ci] ## [2.0.54](https://github.com/pragmatismo-io/BotServer/compare/2.0.53...2.0.54) (2020-11-28) ### Bug Fixes * **core.gbapp:** NLP key bug fixed after MSFT change of NLP service. ([b901d6b](https://github.com/pragmatismo-io/BotServer/commit/b901d6bd50453b98bfb608d4e9779f96c7ea2034)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285d71b4..9c48e868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.54](https://github.com/pragmatismo-io/BotServer/compare/2.0.53...2.0.54) (2020-11-28) + + +### Bug Fixes + +* **core.gbapp:** NLP key bug fixed after MSFT change of NLP service. ([b901d6b](https://github.com/pragmatismo-io/BotServer/commit/b901d6bd50453b98bfb608d4e9779f96c7ea2034)) + ## [2.0.53](https://github.com/pragmatismo-io/BotServer/compare/2.0.52...2.0.53) (2020-11-26) diff --git a/package.json b/package.json index 295c23da..55ea7054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.53", + "version": "2.0.54", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",