chore(release): 2.0.99 [skip ci]

## [2.0.99](https://github.com/GeneralBots/BotServer/compare/2.0.98...2.0.99) (2021-02-02)

### Bug Fixes

* **core.gbapp:** Fix in Spanish NLP. ([a9a2bf8](a9a2bf8fd0))
This commit is contained in:
Rodrigo 2021-02-02 18:47:52 +00:00
parent 792be00b6e
commit fd0e687e7b
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.99](https://github.com/GeneralBots/BotServer/compare/2.0.98...2.0.99) (2021-02-02)
### Bug Fixes
* **core.gbapp:** Fix in Spanish NLP. ([a9a2bf8](https://github.com/GeneralBots/BotServer/commit/a9a2bf8fd038bcc1ddd5d99d43cb07ce393c0d18))
## [2.0.98](https://github.com/GeneralBots/BotServer/compare/2.0.97...2.0.98) (2021-02-02)

View file

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