diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c95bac..15ec31d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a5655add..eae1425f 100644 --- a/package.json +++ b/package.json @@ -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",