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

This commit is contained in:
Rodrigo Rodriguez 2021-02-23 07:26:14 -03:00
commit 905d97925e
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.103](https://github.com/GeneralBots/BotServer/compare/2.0.102...2.0.103) (2021-02-16)
### Bug Fixes
* **all:** Added scope variable as requested by a customer. ([875043b](https://github.com/GeneralBots/BotServer/commit/875043b86ef46fc642599efdec4e14b80d5a4fd7))
## [2.0.102](https://github.com/GeneralBots/BotServer/compare/2.0.101...2.0.102) (2021-02-07)

View file

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