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](b901d6bd50))
This commit is contained in:
Rodrigo 2020-11-28 23:31:12 +00:00
parent 482f465509
commit ff2b311412
2 changed files with 8 additions and 1 deletions

View file

@ -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)

View file

@ -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",