chore(release): 2.4.34 [skip ci]

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

### Bug Fixes

* **core.gbapp:** FIX SSR errors and setOption impersonated. ([5589095](5589095f86))
This commit is contained in:
Rodrigo 2023-07-26 21:13:48 +00:00
parent 979687f20a
commit d5f0a0b551
2 changed files with 8 additions and 1 deletions

View file

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

View file

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