chore(release): 2.0.139 [skip ci]

## [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](5aa5f1ee3a))
This commit is contained in:
Rodrigo 2021-08-26 12:01:35 +00:00
parent 5aa5f1ee3a
commit 175c00a3d0
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) ## [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", "name": "botserver",
"version": "2.0.138", "version": "2.0.139",
"description": "General Bot Community Edition open-core server.", "description": "General Bot Community Edition open-core server.",
"main": "./boot.js", "main": "./boot.js",
"bugs": "https://github.com/pragmatismo-io/BotServer/issues", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",