This commit is contained in:
Rodrigo Rodriguez 2023-08-02 13:58:14 -03:00
commit bf33fd92a5
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.4.42](https://github.com/GeneralBots/BotServer/compare/2.4.41...2.4.42) (2023-08-01)
### Bug Fixes
* **whatsapp.gblib:** Now using e-mail instead of Teams ID. ([5860000](https://github.com/GeneralBots/BotServer/commit/58600001c9b7c229ff1ccf3c66ed935a8eaf1986))
## [2.4.41](https://github.com/GeneralBots/BotServer/compare/2.4.40...2.4.41) (2023-08-01)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.4.41",
"version": "2.4.42",
"type": "module",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.mjs",