From 866471869b11994e4d95958e0c1fd5a0ac343100 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 6 Dec 2020 13:52:37 +0000 Subject: [PATCH] chore(release): 2.0.63 [skip ci] ## [2.0.63](https://github.com/pragmatismo-io/BotServer/compare/2.0.62...2.0.63) (2020-12-06) ### Bug Fixes * **core.gbapp:** MSFT NLP issue fixed. ([149c821](https://github.com/pragmatismo-io/BotServer/commit/149c821e41dc0febb8873df2b5e9c57e8aa8ad21)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 160d6122..f9f3291d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.63](https://github.com/pragmatismo-io/BotServer/compare/2.0.62...2.0.63) (2020-12-06) + + +### Bug Fixes + +* **core.gbapp:** MSFT NLP issue fixed. ([149c821](https://github.com/pragmatismo-io/BotServer/commit/149c821e41dc0febb8873df2b5e9c57e8aa8ad21)) + ## [2.0.62](https://github.com/pragmatismo-io/BotServer/compare/2.0.61...2.0.62) (2020-12-05) diff --git a/package.json b/package.json index 016d2632..2e0af3b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.62", + "version": "2.0.63", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",