From 5d65b3c130b7505081869f748863fc2864fb18a5 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Fri, 28 Jul 2023 13:28:10 +0000 Subject: [PATCH] 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](https://github.com/GeneralBots/BotServer/commit/a585cf51eaded13dcd5cddb3120a7f1e77ae6e25)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9623e559b..c6e03d9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 74600b572..2fa9079c6 100644 --- a/package.json +++ b/package.json @@ -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",