From fd0e687e7b6d7d0f04f82f1dd1b724ddcfd164fb Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 2 Feb 2021 18:47:52 +0000 Subject: [PATCH] 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](https://github.com/GeneralBots/BotServer/commit/a9a2bf8fd038bcc1ddd5d99d43cb07ce393c0d18)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2700a3a9..8b82cbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d97375f0..a106ead2 100644 --- a/package.json +++ b/package.json @@ -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",