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