From bf66ba1d0c1c9ac437a720238f658314ac34de90 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 2 Feb 2021 18:42:12 +0000 Subject: [PATCH] chore(release): 2.0.98 [skip ci] ## [2.0.98](https://github.com/GeneralBots/BotServer/compare/2.0.97...2.0.98) (2021-02-02) ### Bug Fixes * **basic.gblib:** Spanish chars handling for NLP. ([62ef28d](https://github.com/GeneralBots/BotServer/commit/62ef28d8ff7b4e528d6d43969e03e20eb01b99cb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b373e3..2700a3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.98](https://github.com/GeneralBots/BotServer/compare/2.0.97...2.0.98) (2021-02-02) + + +### Bug Fixes + +* **basic.gblib:** Spanish chars handling for NLP. ([62ef28d](https://github.com/GeneralBots/BotServer/commit/62ef28d8ff7b4e528d6d43969e03e20eb01b99cb)) + ## [2.0.97](https://github.com/GeneralBots/BotServer/compare/2.0.96...2.0.97) (2021-01-28) diff --git a/package.json b/package.json index 76c68063..d97375f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.97", + "version": "2.0.98", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",