This commit is contained in:
Rodrigo Rodriguez 2023-07-15 19:19:06 -03:00
commit 7e3ee7dc52
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.4.6](https://github.com/GeneralBots/BotServer/compare/2.4.5...2.4.6) (2023-07-15)
### Bug Fixes
* **all:** Create bot working again. ([9e49895](https://github.com/GeneralBots/BotServer/commit/9e498956f8b35e379f853f1a5f8a8a59ec712e2c))
## [2.4.5](https://github.com/GeneralBots/BotServer/compare/2.4.4...2.4.5) (2023-07-14)

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "2.4.5",
"version": "2.4.6",
"type": "module",
"description": "General Bot Community Edition open-core server.",
"main": "./boot.mjs",