chore(release): 2.3.9 [skip ci]

## [2.3.9](https://github.com/GeneralBots/BotServer/compare/2.3.8...2.3.9) (2023-01-29)

### Bug Fixes

* **basic.gblib:** [#326](https://github.com/GeneralBots/BotServer/issues/326) align JS and BASIC map file. ([b572cc9](b572cc9b8d))
This commit is contained in:
Rodrigo 2023-01-29 20:27:11 +00:00
parent b572cc9b8d
commit 99e7619494
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.3.9](https://github.com/GeneralBots/BotServer/compare/2.3.8...2.3.9) (2023-01-29)
### Bug Fixes
* **basic.gblib:** [#326](https://github.com/GeneralBots/BotServer/issues/326) align JS and BASIC map file. ([b572cc9](https://github.com/GeneralBots/BotServer/commit/b572cc9b8db624f4d686a9cb934cb5bbd8e41cc1))
## [2.3.8](https://github.com/GeneralBots/BotServer/compare/2.3.7...2.3.8) (2023-01-26)

View file

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