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

This commit is contained in:
Rodrigo Rodriguez 2021-03-08 19:14:17 -03:00
commit f93e468a59
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.0.110](https://github.com/GeneralBots/BotServer/compare/2.0.109...2.0.110) (2021-03-08)
### Bug Fixes
* **basic.gblib:** Step added to SEND FILE TO. ([f40eae7](https://github.com/GeneralBots/BotServer/commit/f40eae7b5918ca3f8b4a3910a37c2d7dbb98b210))
* **basic.gblib:** Step added to SendFileTo. ([85e9602](https://github.com/GeneralBots/BotServer/commit/85e96023c3af16051a271e123004173d9fe9cecf))
## [2.0.109](https://github.com/GeneralBots/BotServer/compare/2.0.108...2.0.109) (2021-03-02)

View file

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