chore(release): 2.4.28 [skip ci]

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

### Bug Fixes

* **core.gbapp:** FIX SSR errors and setOption impersonated. ([e596f31](e596f31de6))
This commit is contained in:
Rodrigo 2023-07-26 15:53:28 +00:00
parent e596f31de6
commit 29cdff4d41
2 changed files with 8 additions and 1 deletions

View file

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

View file

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