chore(release): 2.3.8 [skip ci]

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

### Bug Fixes

* **basic.gblib:** OPEN keyword fix. Magic number removal. ([e1c389c](e1c389cbd0))
* **basic.gblib:** OPEN keyword fix. Magic number removal. ([fe2af84](fe2af84b21))
This commit is contained in:
Rodrigo 2023-01-26 15:53:53 +00:00
parent e1c389cbd0
commit f0a25fcecc
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## [2.3.8](https://github.com/GeneralBots/BotServer/compare/2.3.7...2.3.8) (2023-01-26)
### Bug Fixes
* **basic.gblib:** OPEN keyword fix. Magic number removal. ([e1c389c](https://github.com/GeneralBots/BotServer/commit/e1c389cbd03b1245deb1d2f37a415e371ed67481))
* **basic.gblib:** OPEN keyword fix. Magic number removal. ([fe2af84](https://github.com/GeneralBots/BotServer/commit/fe2af84b21d49e2d87247dd4cb0b078371c3dfa1))
## [2.3.7](https://github.com/GeneralBots/BotServer/compare/2.3.6...2.3.7) (2023-01-25)

View file

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