This commit is contained in:
Rodrigo Rodriguez 2023-07-17 14:55:20 -03:00
commit 14fcde3622
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.4.7](https://github.com/GeneralBots/BotServer/compare/2.4.6...2.4.7) (2023-07-15)
### Bug Fixes
* **all:** Create bot working again. ([46bbe87](https://github.com/GeneralBots/BotServer/commit/46bbe87bb4d5fc3ff83aac664c486f53178f4df2))
## [2.4.6](https://github.com/GeneralBots/BotServer/compare/2.4.5...2.4.6) (2023-07-15)

View file

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