From 1415d9005ab15936a85ce9882a4aebd8d06c94ea Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 13 Jan 2021 16:41:49 +0000 Subject: [PATCH] chore(release): 2.0.90 [skip ci] ## [2.0.90](https://github.com/GeneralBots/BotServer/compare/2.0.89...2.0.90) (2021-01-13) ### Bug Fixes * **basic.gblib:** Fix in Hear call to endDialog. ([c91d5f0](https://github.com/GeneralBots/BotServer/commit/c91d5f0453fa6eb40426ae736ce893a851282834)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b676d3f1..d319b7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.90](https://github.com/GeneralBots/BotServer/compare/2.0.89...2.0.90) (2021-01-13) + + +### Bug Fixes + +* **basic.gblib:** Fix in Hear call to endDialog. ([c91d5f0](https://github.com/GeneralBots/BotServer/commit/c91d5f0453fa6eb40426ae736ce893a851282834)) + ## [2.0.89](https://github.com/GeneralBots/BotServer/compare/2.0.88...2.0.89) (2021-01-12) diff --git a/package.json b/package.json index 3cc213d6..c02992ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.89", + "version": "2.0.90", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",