From 7d7b499ad39b9bc7ddc7baf31172ab23cfd4e82a Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 8 Oct 2020 14:55:20 +0000 Subject: [PATCH] chore(release): 2.0.10 [skip ci] ## [2.0.10](https://github.com/pragmatismo-io/BotServer/compare/2.0.9...2.0.10) (2020-10-08) ### Bug Fixes * **azuredeployer.gbapp:** NLP automation fixes. ([99633fe](https://github.com/pragmatismo-io/BotServer/commit/99633fe59de65fdd15a1ff9d2974c194b109b1de)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629897cf..f3892f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.10](https://github.com/pragmatismo-io/BotServer/compare/2.0.9...2.0.10) (2020-10-08) + + +### Bug Fixes + +* **azuredeployer.gbapp:** NLP automation fixes. ([99633fe](https://github.com/pragmatismo-io/BotServer/commit/99633fe59de65fdd15a1ff9d2974c194b109b1de)) + ## [2.0.9](https://github.com/pragmatismo-io/BotServer/compare/2.0.8...2.0.9) (2020-09-21) diff --git a/package.json b/package.json index 3b24658a..92340922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.9", + "version": "2.0.10", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",