From 3ede74a2aac2ec61d63468a5c97f53dcc4221b79 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 22 Nov 2020 14:29:00 +0000 Subject: [PATCH] chore(release): 2.0.47 [skip ci] ## [2.0.47](https://github.com/pragmatismo-io/BotServer/compare/2.0.46...2.0.47) (2020-11-22) ### Bug Fixes * **all:** Now keyword, autostart dialog, prod size optimization. ([a17f21e](https://github.com/pragmatismo-io/BotServer/commit/a17f21e073353f13f1aef18d576298587534bc58)) * **core.gbapp:** Fixing script name in call. ([6343313](https://github.com/pragmatismo-io/BotServer/commit/634331357916fe69ee65862aee6ff3fed71e59d3)) * **customer-satisfaction.gbapp:** New param Feedback Improve Message added. ([ec1ec20](https://github.com/pragmatismo-io/BotServer/commit/ec1ec201753e6cf391bb4524e4483bbc42ea01e1)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2464a21..d1eb4968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.47](https://github.com/pragmatismo-io/BotServer/compare/2.0.46...2.0.47) (2020-11-22) + + +### Bug Fixes + +* **all:** Now keyword, autostart dialog, prod size optimization. ([a17f21e](https://github.com/pragmatismo-io/BotServer/commit/a17f21e073353f13f1aef18d576298587534bc58)) +* **core.gbapp:** Fixing script name in call. ([6343313](https://github.com/pragmatismo-io/BotServer/commit/634331357916fe69ee65862aee6ff3fed71e59d3)) +* **customer-satisfaction.gbapp:** New param Feedback Improve Message added. ([ec1ec20](https://github.com/pragmatismo-io/BotServer/commit/ec1ec201753e6cf391bb4524e4483bbc42ea01e1)) + ## [2.0.46](https://github.com/pragmatismo-io/BotServer/compare/2.0.45...2.0.46) (2020-11-19) diff --git a/package.json b/package.json index 1f7ca37f..488f3680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.46", + "version": "2.0.47", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",