diff --git a/CHANGELOG.md b/CHANGELOG.md index 280020c9..382966e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.42](https://github.com/pragmatismo-io/BotServer/compare/2.0.41...2.0.42) (2020-11-12) + + +### Bug Fixes + +* **core.gbapp:** Fixing array base in BASIC. ([91002d1](https://github.com/pragmatismo-io/BotServer/commit/91002d1bac0e10a345cfffa7e8006eed52f56824)) + ## [2.0.41](https://github.com/pragmatismo-io/BotServer/compare/2.0.40...2.0.41) (2020-11-11) diff --git a/package.json b/package.json index 3d026df0..4a648fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.41", + "version": "2.0.42", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",