chore(release): 2.0.143 [skip ci]

## [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](dcf26a7316))
* **all:** Intl. dates wrongly formatted due to Node version. ([f4711b7](f4711b76fd))
This commit is contained in:
Rodrigo 2021-08-30 10:21:02 +00:00
parent 00b49d779d
commit ca44457ab1
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",