This commit is contained in:
Rodrigo Rodriguez 2023-07-17 15:38:01 -03:00
commit 74f6ecccde
2 changed files with 8 additions and 1 deletions

View file

@ -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)

View file

@ -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",