From 2031ed0cbf3eb1bc696a8fc48732dea65fa970d0 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 6 Dec 2020 19:51:19 +0000 Subject: [PATCH] chore(release): 2.0.65 [skip ci] ## [2.0.65](https://github.com/pragmatismo-io/BotServer/compare/2.0.64...2.0.65) (2020-12-06) ### Bug Fixes * **core.gbapp:** startDialog for web OK now. ([6b325ea](https://github.com/pragmatismo-io/BotServer/commit/6b325ead34fc5ef39d3a49511b777878ce364946)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29dc0929..00e3b7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.65](https://github.com/pragmatismo-io/BotServer/compare/2.0.64...2.0.65) (2020-12-06) + + +### Bug Fixes + +* **core.gbapp:** startDialog for web OK now. ([6b325ea](https://github.com/pragmatismo-io/BotServer/commit/6b325ead34fc5ef39d3a49511b777878ce364946)) + ## [2.0.64](https://github.com/pragmatismo-io/BotServer/compare/2.0.63...2.0.64) (2020-12-06) diff --git a/package.json b/package.json index e9fb6bad..bc613c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.64", + "version": "2.0.65", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",