chore(release): 2.4.33 [skip ci]

## [2.4.33](https://github.com/GeneralBots/BotServer/compare/2.4.32...2.4.33) (2023-07-26)

### Bug Fixes

* **core.gbapp:** FIX SSR errors and setOption impersonated. ([e5f5121](e5f5121037))
This commit is contained in:
Rodrigo 2023-07-26 21:06:29 +00:00
parent f4b22ce747
commit 20a01fca91
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.4.33](https://github.com/GeneralBots/BotServer/compare/2.4.32...2.4.33) (2023-07-26)
### Bug Fixes
* **core.gbapp:** FIX SSR errors and setOption impersonated. ([e5f5121](https://github.com/GeneralBots/BotServer/commit/e5f51210379c16427e784dbf829f175053cca3f8))
## [2.4.32](https://github.com/GeneralBots/BotServer/compare/2.4.31...2.4.32) (2023-07-26)

View file

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