diff --git a/CHANGELOG.md b/CHANGELOG.md index fccc35f8..342e8afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.148](https://github.com/GeneralBots/BotServer/compare/2.0.147...2.0.148) (2021-09-13) + + +### Bug Fixes + +* **basic.gblib:** Goto dialog within web. ([e3c07f4](https://github.com/GeneralBots/BotServer/commit/e3c07f48f5133801283cc7544c900cc40a636bd6)) + ## [2.0.147](https://github.com/GeneralBots/BotServer/compare/2.0.146...2.0.147) (2021-09-13) diff --git a/package.json b/package.json index e4e4c526..b189f977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.147", + "version": "2.0.148", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",