Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2021-01-03 19:13:32 -03:00
commit 2fc264ab24
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) ## [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", "name": "botserver",
"version": "2.0.80", "version": "2.0.81",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.js", "main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",