Merge branch 'master' of https://github.com/GeneralBots/BotServer into master

This commit is contained in:
Rodrigo Rodriguez 2021-03-03 16:46:25 -03:00
commit 551f80bdd6
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.109](https://github.com/GeneralBots/BotServer/compare/2.0.108...2.0.109) (2021-03-02)
### Bug Fixes
* **basic.gblib:** Start of script error removed. ([2820eac](https://github.com/GeneralBots/BotServer/commit/2820eacc5995daf6839405fd459934556172894b))
## [2.0.108](https://github.com/GeneralBots/BotServer/compare/2.0.107...2.0.108) (2021-03-01)

View file

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