From 7a56d7af2d053b463eaefc98aa99bbc485616fbf Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 5 Jan 2021 10:52:07 +0000 Subject: [PATCH] chore(release): 2.0.83 [skip ci] ## [2.0.83](https://github.com/pragmatismo-io/BotServer/compare/2.0.82...2.0.83) (2021-01-05) ### Bug Fixes * **basic.gblib:** Improving error handling in BASIC. ([2a199c3](https://github.com/pragmatismo-io/BotServer/commit/2a199c39a36cff580067b37b537c31e0862d3703)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd59a99..4fa6bec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.83](https://github.com/pragmatismo-io/BotServer/compare/2.0.82...2.0.83) (2021-01-05) + + +### Bug Fixes + +* **basic.gblib:** Improving error handling in BASIC. ([2a199c3](https://github.com/pragmatismo-io/BotServer/commit/2a199c39a36cff580067b37b537c31e0862d3703)) + ## [2.0.82](https://github.com/pragmatismo-io/BotServer/compare/2.0.81...2.0.82) (2021-01-03) diff --git a/package.json b/package.json index 4be6e627..b6cb3dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.82", + "version": "2.0.83", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",