From 820ff0ca926c15ba3e714aeb4696fee5606426a0 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 16 Jun 2021 19:20:09 +0000 Subject: [PATCH] chore(release): 2.0.121 [skip ci] ## [2.0.121](https://github.com/GeneralBots/BotServer/compare/2.0.120...2.0.121) (2021-06-16) ### Bug Fixes * **all:** MSFT mistake again being fixed rolling back version of non-tested on Azure packages. ([cdd1a99](https://github.com/GeneralBots/BotServer/commit/cdd1a9968c21315f23e1434f1af1d1726928225d)) * **all:** Trying to get Google packages on AZ. ([9c53791](https://github.com/GeneralBots/BotServer/commit/9c53791e7288b358af5c3ca0adb94f8076287506)) * **whatsapp.gblib:** Adding Google to WhatsApp. ([dc9286f](https://github.com/GeneralBots/BotServer/commit/dc9286ffe88145fc9b119e3430ca904bea86fbe4)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fd6a85b..e187bff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.121](https://github.com/GeneralBots/BotServer/compare/2.0.120...2.0.121) (2021-06-16) + + +### Bug Fixes + +* **all:** MSFT mistake again being fixed rolling back version of non-tested on Azure packages. ([cdd1a99](https://github.com/GeneralBots/BotServer/commit/cdd1a9968c21315f23e1434f1af1d1726928225d)) +* **all:** Trying to get Google packages on AZ. ([9c53791](https://github.com/GeneralBots/BotServer/commit/9c53791e7288b358af5c3ca0adb94f8076287506)) +* **whatsapp.gblib:** Adding Google to WhatsApp. ([dc9286f](https://github.com/GeneralBots/BotServer/commit/dc9286ffe88145fc9b119e3430ca904bea86fbe4)) + ## [2.0.120](https://github.com/GeneralBots/BotServer/compare/2.0.119...2.0.120) (2021-06-13) diff --git a/package.json b/package.json index 2803ed27..00b02e00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "3.0.0", + "version": "2.0.121", "description": "General Bot Community Edition open-core server.", "main": "./boot.js", "bugs": "https://github.com/pragmatismo-io/BotServer/issues",