From b7943d8b8dc0dab90219a6d6dbbae0109e567671 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 23 Feb 2021 12:08:50 +0000 Subject: [PATCH] chore(release): 2.0.105 [skip ci] ## [2.0.105](https://github.com/GeneralBots/BotServer/compare/2.0.104...2.0.105) (2021-02-23) ### Bug Fixes * **basic.gblib:** Error handling improved. ([ec47fda](https://github.com/GeneralBots/BotServer/commit/ec47fda964c2ca7166e3df56852ab06f5570422a)) * **basic.gblib:** More error handling improvements. ([cae28e5](https://github.com/GeneralBots/BotServer/commit/cae28e5fd13558e91686342b2db18c9e4dc644da)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb7d723..e710a650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.105](https://github.com/GeneralBots/BotServer/compare/2.0.104...2.0.105) (2021-02-23) + + +### Bug Fixes + +* **basic.gblib:** Error handling improved. ([ec47fda](https://github.com/GeneralBots/BotServer/commit/ec47fda964c2ca7166e3df56852ab06f5570422a)) +* **basic.gblib:** More error handling improvements. ([cae28e5](https://github.com/GeneralBots/BotServer/commit/cae28e5fd13558e91686342b2db18c9e4dc644da)) + ## [2.0.104](https://github.com/GeneralBots/BotServer/compare/2.0.103...2.0.104) (2021-02-23) diff --git a/package.json b/package.json index a180d0ca..169ab9a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.104", + "version": "2.0.105", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",