From 0f039a7607926f3cec413d322eb90c0448bf0989 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 13 Sep 2021 21:42:56 +0000 Subject: [PATCH] chore(release): 2.0.147 [skip ci] ## [2.0.147](https://github.com/GeneralBots/BotServer/compare/2.0.146...2.0.147) (2021-09-13) ### Bug Fixes * **basic.gblib:** Goto dialog within web. ([43a3d58](https://github.com/GeneralBots/BotServer/commit/43a3d58cb5266aec89bf94c35afee079726db14e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b70c94..fccc35f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.147](https://github.com/GeneralBots/BotServer/compare/2.0.146...2.0.147) (2021-09-13) + + +### Bug Fixes + +* **basic.gblib:** Goto dialog within web. ([43a3d58](https://github.com/GeneralBots/BotServer/commit/43a3d58cb5266aec89bf94c35afee079726db14e)) + ## [2.0.146](https://github.com/GeneralBots/BotServer/compare/2.0.145...2.0.146) (2021-08-31) diff --git a/package.json b/package.json index 95830a37..e4e4c526 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.146", + "version": "2.0.147", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",