From fffe21b6b14459cee0bf1034e039a2eee2aeb576 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 17 Jul 2023 18:44:38 +0000 Subject: [PATCH] chore(release): 2.4.9 [skip ci] ## [2.4.9](https://github.com/GeneralBots/BotServer/compare/2.4.8...2.4.9) (2023-07-17) ### Bug Fixes * **all:** [#123](https://github.com/GeneralBots/BotServer/issues/123) done. ([899696d](https://github.com/GeneralBots/BotServer/commit/899696d7e59fbb90964852c3838695ed52815040)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1c21f7..11b1a847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.9](https://github.com/GeneralBots/BotServer/compare/2.4.8...2.4.9) (2023-07-17) + + +### Bug Fixes + +* **all:** [#123](https://github.com/GeneralBots/BotServer/issues/123) done. ([899696d](https://github.com/GeneralBots/BotServer/commit/899696d7e59fbb90964852c3838695ed52815040)) + ## [2.4.8](https://github.com/GeneralBots/BotServer/compare/2.4.7...2.4.8) (2023-07-17) diff --git a/package.json b/package.json index 1a05d365..6a438585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botserver", - "version": "2.4.8", + "version": "2.4.9", "type": "module", "description": "General Bot Community Edition open-core server.", "main": "./boot.mjs",