chore(release): 2.0.103 [skip ci]

## [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](875043b86e))
This commit is contained in:
Rodrigo 2021-02-16 18:35:44 +00:00
parent 4d70f9827f
commit 30cf7cbc95
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",