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

This commit is contained in:
Rodrigo Rodriguez 2021-08-30 16:30:18 -03:00
commit 6f3d13d095
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.0.143](https://github.com/GeneralBots/BotServer/compare/2.0.142...2.0.143) (2021-08-30)
### Bug Fixes
* **all:** Intl. dates wrongly formatted due to Node version. ([dcf26a7](https://github.com/GeneralBots/BotServer/commit/dcf26a7316ebf94c0e9b1769eac582791a7a3832))
* **all:** Intl. dates wrongly formatted due to Node version. ([f4711b7](https://github.com/GeneralBots/BotServer/commit/f4711b76fdd572fa960d624eeb8a858b9bd30b4f))
## [2.0.142](https://github.com/GeneralBots/BotServer/compare/2.0.141...2.0.142) (2021-08-29)

View file

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