From dae89a135ab80ed8283c4fcde1dacfa25fd3c6b1 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sat, 2 Oct 2021 10:35:38 +0000 Subject: [PATCH] chore(release): 2.0.153 [skip ci] ## [2.0.153](https://github.com/GeneralBots/BotServer/compare/2.0.152...2.0.153) (2021-10-02) ### Bug Fixes * **all:** Compilation error in MS AZURE (again). ([5fc6c58](https://github.com/GeneralBots/BotServer/commit/5fc6c580887ba298783b70c4b429d38e78e69140)) * **all:** Compilation error in MS AZURE (again). ([8c14913](https://github.com/GeneralBots/BotServer/commit/8c14913c1f2179ba1df02f05df2e061ffc03bf29)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ac302b..b0d80081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.153](https://github.com/GeneralBots/BotServer/compare/2.0.152...2.0.153) (2021-10-02) + + +### Bug Fixes + +* **all:** Compilation error in MS AZURE (again). ([5fc6c58](https://github.com/GeneralBots/BotServer/commit/5fc6c580887ba298783b70c4b429d38e78e69140)) +* **all:** Compilation error in MS AZURE (again). ([8c14913](https://github.com/GeneralBots/BotServer/commit/8c14913c1f2179ba1df02f05df2e061ffc03bf29)) + ## [2.0.152](https://github.com/GeneralBots/BotServer/compare/2.0.151...2.0.152) (2021-09-24) diff --git a/package.json b/package.json index ba01e54b..7775c2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.152", + "version": "2.0.153", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",