This commit is contained in:
Rodrigo Rodriguez 2023-07-26 13:27:18 -03:00
commit 25b122a1ce
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",