From ddd5485c0e82cda1ec1f4c409069cfdb456b4de1 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 23 Oct 2020 12:59:54 +0000 Subject: [PATCH] chore(release): 2.0.14 [skip ci] ## [2.0.14](https://github.com/pragmatismo-io/BotServer/compare/2.0.13...2.0.14) (2020-10-23) ### Bug Fixes * **core.gbapp:** NLP composing now is partially automated. ([0aca385](https://github.com/pragmatismo-io/BotServer/commit/0aca3853d6abbbea2ba8b661ac15150b35e99b99)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6138ce2a..a7e721d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.14](https://github.com/pragmatismo-io/BotServer/compare/2.0.13...2.0.14) (2020-10-23) + + +### Bug Fixes + +* **core.gbapp:** NLP composing now is partially automated. ([0aca385](https://github.com/pragmatismo-io/BotServer/commit/0aca3853d6abbbea2ba8b661ac15150b35e99b99)) + ## [2.0.13](https://github.com/pragmatismo-io/BotServer/compare/2.0.12...2.0.13) (2020-10-21) diff --git a/package.json b/package.json index 4e1c6169..3616fb88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.13", + "version": "2.0.14", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",