From 665b789a7444eac474b40035f3f304eff3153187 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Thu, 16 Sep 2021 12:18:14 +0000 Subject: [PATCH] chore(release): 2.0.150 [skip ci] ## [2.0.150](https://github.com/GeneralBots/BotServer/compare/2.0.149...2.0.150) (2021-09-16) ### Bug Fixes * **core.gbapp:** Fix bug in Teams handling. ([7c44669](https://github.com/GeneralBots/BotServer/commit/7c446699eb47042bad076cf8d532bc51f5d54b1f)) * **core.gbapp:** Fix main NLP problem in Y calls. ([c600a91](https://github.com/GeneralBots/BotServer/commit/c600a91cde10acbe553197df167d7181f681f7bf)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba5854f..2ad7f6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.150](https://github.com/GeneralBots/BotServer/compare/2.0.149...2.0.150) (2021-09-16) + + +### Bug Fixes + +* **core.gbapp:** Fix bug in Teams handling. ([7c44669](https://github.com/GeneralBots/BotServer/commit/7c446699eb47042bad076cf8d532bc51f5d54b1f)) +* **core.gbapp:** Fix main NLP problem in Y calls. ([c600a91](https://github.com/GeneralBots/BotServer/commit/c600a91cde10acbe553197df167d7181f681f7bf)) + ## [2.0.149](https://github.com/GeneralBots/BotServer/compare/2.0.148...2.0.149) (2021-09-13) diff --git a/package.json b/package.json index 971040b8..e123b812 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.0.149", + "version": "2.0.150", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",