chore(release): 2.0.81 [skip ci]

## [2.0.81](https://github.com/pragmatismo-io/BotServer/compare/2.0.80...2.0.81) (2021-01-03)

### Bug Fixes

* **core.gbapp:** Fix in NLP handling of acents. ([2a5ecd4](2a5ecd487f))
This commit is contained in:
Rodrigo 2021-01-03 21:34:07 +00:00
parent 24ba5b65e4
commit 4bcf8de527
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.81](https://github.com/pragmatismo-io/BotServer/compare/2.0.80...2.0.81) (2021-01-03)
### Bug Fixes
* **core.gbapp:** Fix in NLP handling of acents. ([2a5ecd4](https://github.com/pragmatismo-io/BotServer/commit/2a5ecd487f78743dd0faaa5d70d0baa24f659a9e))
## [2.0.80](https://github.com/pragmatismo-io/BotServer/compare/2.0.79...2.0.80) (2020-12-31)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.0.80",
"version": "2.0.81",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues",