chore(release): 2.3.1 [skip ci]

## [2.3.1](https://github.com/GeneralBots/BotServer/compare/2.3.0...2.3.1) (2023-01-13)

### Bug Fixes

* **gbminservice.ts:** swagger-client migration from 2.0 to 3.0 ([552e8b1](552e8b14c4))
This commit is contained in:
Rodrigo 2023-01-13 16:36:40 +00:00
parent 552e8b14c4
commit b2cae7f21f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.3.1](https://github.com/GeneralBots/BotServer/compare/2.3.0...2.3.1) (2023-01-13)
### Bug Fixes
* **gbminservice.ts:** swagger-client migration from 2.0 to 3.0 ([552e8b1](https://github.com/GeneralBots/BotServer/commit/552e8b14c41aa01c538e9eda1bb6666adb098b38))
# [2.3.0](https://github.com/GeneralBots/BotServer/compare/2.2.0...2.3.0) (2023-01-10)

View file

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