diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ff5a57..aa7280d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9c014819..45d5201a 100644 --- a/package.json +++ b/package.json @@ -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",