From 43df151f7530d6a4b8a4a4c6d52bc60b6ef171c3 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 19 Jul 2023 13:28:28 +0000 Subject: [PATCH] chore(release): 2.4.18 [skip ci] ## [2.4.18](https://github.com/GeneralBots/BotServer/compare/2.4.17...2.4.18) (2023-07-19) ### Bug Fixes * **all:** Create bot working again. ([ed74c5b](https://github.com/GeneralBots/BotServer/commit/ed74c5b0039a6ad2a578382a4204824258bdbb54)) * **all:** Create bot working again. ([9852fa8](https://github.com/GeneralBots/BotServer/commit/9852fa8cb2867b9f141b77ee44c3e7bdbc99d8ec)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d5daee..6b2b2c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.4.18](https://github.com/GeneralBots/BotServer/compare/2.4.17...2.4.18) (2023-07-19) + + +### Bug Fixes + +* **all:** Create bot working again. ([ed74c5b](https://github.com/GeneralBots/BotServer/commit/ed74c5b0039a6ad2a578382a4204824258bdbb54)) +* **all:** Create bot working again. ([9852fa8](https://github.com/GeneralBots/BotServer/commit/9852fa8cb2867b9f141b77ee44c3e7bdbc99d8ec)) + ## [2.4.17](https://github.com/GeneralBots/BotServer/compare/2.4.16...2.4.17) (2023-07-19) diff --git a/package.json b/package.json index e5949542..7f7ed396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.4.17", + "version": "2.4.18", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",