From 6420510deda704ddee575c1066d10946e68f21b0 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 9 Nov 2020 21:33:13 +0000 Subject: [PATCH] chore(release): 2.0.31 [skip ci] ## [2.0.31](https://github.com/pragmatismo-io/BotServer/compare/2.0.30...2.0.31) (2020-11-09) ### Bug Fixes * **core.gbapp:** Fixing .gbdialog last call error. ([ff20ef2](https://github.com/pragmatismo-io/BotServer/commit/ff20ef2494c556dfacd63cfd69ffe56ca4c870ed)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d705b08a..5a67ea6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.31](https://github.com/pragmatismo-io/BotServer/compare/2.0.30...2.0.31) (2020-11-09) + + +### Bug Fixes + +* **core.gbapp:** Fixing .gbdialog last call error. ([ff20ef2](https://github.com/pragmatismo-io/BotServer/commit/ff20ef2494c556dfacd63cfd69ffe56ca4c870ed)) + ## [2.0.30](https://github.com/pragmatismo-io/BotServer/compare/2.0.29...2.0.30) (2020-11-09) diff --git a/package.json b/package.json index 7119b5e0..59312aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.30", + "version": "2.0.31", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",