From 14b4aa00522074b7b83626b0143b77b23d999b01 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 26 Jul 2023 18:12:01 +0000 Subject: [PATCH] chore(release): 2.4.31 [skip ci] ## [2.4.31](https://github.com/GeneralBots/BotServer/compare/2.4.30...2.4.31) (2023-07-26) ### Bug Fixes * **core.gbapp:** FIX SSR errors and setOption impersonated. ([0fe2bdb](https://github.com/GeneralBots/BotServer/commit/0fe2bdbe6fa3cc30355acbadab38747e800e050b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f165ab69..24d12b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.31](https://github.com/GeneralBots/BotServer/compare/2.4.30...2.4.31) (2023-07-26) + + +### Bug Fixes + +* **core.gbapp:** FIX SSR errors and setOption impersonated. ([0fe2bdb](https://github.com/GeneralBots/BotServer/commit/0fe2bdbe6fa3cc30355acbadab38747e800e050b)) + ## [2.4.30](https://github.com/GeneralBots/BotServer/compare/2.4.29...2.4.30) (2023-07-26) diff --git a/package.json b/package.json index 448f1485..0a9d9f25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.4.30", + "version": "2.4.31", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",