chore(release): 2.0.182 [skip ci]

## [2.0.182](https://github.com/GeneralBots/BotServer/compare/2.0.181...2.0.182) (2022-12-23)

### Bug Fixes

* **all:** Node version info retrieval automated. ([9cbd8c1](9cbd8c17de))
This commit is contained in:
Rodrigo 2022-12-23 11:17:41 +00:00
parent 5fbaaddbcb
commit e720420ea9
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.0.182](https://github.com/GeneralBots/BotServer/compare/2.0.181...2.0.182) (2022-12-23)
### Bug Fixes
* **all:** Node version info retrieval automated. ([9cbd8c1](https://github.com/GeneralBots/BotServer/commit/9cbd8c17de674547ed24a189084e8b99588ac69b))
## [2.0.181](https://github.com/GeneralBots/BotServer/compare/2.0.180...2.0.181) (2022-12-22)

View file

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