chore(release): 2.4.30 [skip ci]

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

### Bug Fixes

* **core.gbapp:** FIX SSR errors and setOption impersonated. ([a652873](a65287338a))
This commit is contained in:
Rodrigo 2023-07-26 17:17:02 +00:00
parent 23973e3aef
commit 046024bbf6
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.4.30](https://github.com/GeneralBots/BotServer/compare/2.4.29...2.4.30) (2023-07-26)
### Bug Fixes
* **core.gbapp:** FIX SSR errors and setOption impersonated. ([a652873](https://github.com/GeneralBots/BotServer/commit/a65287338a765b0293cb24af5335fe32bcafbecc))
## [2.4.29](https://github.com/GeneralBots/BotServer/compare/2.4.28...2.4.29) (2023-07-26)

View file

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