chore(release): 2.0.42 [skip ci]

## [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](91002d1bac))
This commit is contained in:
Rodrigo 2020-11-12 18:35:53 +00:00
parent 4cdd9a9c46
commit ca95f07d52
2 changed files with 8 additions and 1 deletions

View file

@ -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) ## [2.0.41](https://github.com/pragmatismo-io/BotServer/compare/2.0.40...2.0.41) (2020-11-11)

View file

@ -1,6 +1,6 @@
{ {
"name": "botserver", "name": "botserver",
"version": "2.0.41", "version": "2.0.42",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.js", "main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",