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

This commit is contained in:
Rodrigo Rodriguez 2021-08-28 15:45:30 -03:00
commit 87d91d71f5
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.139](https://github.com/GeneralBots/BotServer/compare/2.0.138...2.0.139) (2021-08-26)
### Bug Fixes
* **all:** npm is now included to build internal packages. ([5aa5f1e](https://github.com/GeneralBots/BotServer/commit/5aa5f1ee3a42ec90cc70a1901a095a9d23120c9e))
## [2.0.138](https://github.com/GeneralBots/BotServer/compare/2.0.137...2.0.138) (2021-08-19)

View file

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