chore(release): 2.4.35 [skip ci]

## [2.4.35](https://github.com/GeneralBots/BotServer/compare/2.4.34...2.4.35) (2023-07-28)

### Bug Fixes

* **core.gbapp:** FIX SSR errors and setOption impersonated. ([a585cf5](a585cf51ea))
This commit is contained in:
Rodrigo 2023-07-28 13:28:10 +00:00
parent 44bc37c2e6
commit 5d65b3c130
2 changed files with 8 additions and 1 deletions

View file

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

View file

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