diff --git a/CHANGELOG.md b/CHANGELOG.md index dab63090..4d7c9234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.4.11](https://github.com/GeneralBots/BotServer/compare/2.4.10...2.4.11) (2023-07-18) + + +### Bug Fixes + +* **all:** Create bot working again. ([3fd3213](https://github.com/GeneralBots/BotServer/commit/3fd3213740e766da510c37461d23877dc34e6cff)) +* **all:** Create bot working again. ([88c8a29](https://github.com/GeneralBots/BotServer/commit/88c8a2999867e6c8d707a02c0d194aeda511930d)) +* **all:** Create bot working again. ([91db185](https://github.com/GeneralBots/BotServer/commit/91db185b54713cc7dad2835cab6592a8b0e278c1)) + ## [2.4.10](https://github.com/GeneralBots/BotServer/compare/2.4.9...2.4.10) (2023-07-18) diff --git a/package.json b/package.json index fb29cf7f..0375d8e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.4.10", + "version": "2.4.11", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",