chore(release): 2.1.4 [skip ci]

## [2.1.4](https://github.com/GeneralBots/BotServer/compare/2.1.3...2.1.4) (2023-01-05)

### Bug Fixes

* **tscompiler.ts:** Update typescript import. ([f4209eb](f4209eb4f0))
This commit is contained in:
Rodrigo 2023-01-05 01:17:08 +00:00
parent 58cd190d55
commit d26464f4f2
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## [2.1.4](https://github.com/GeneralBots/BotServer/compare/2.1.3...2.1.4) (2023-01-05)
### Bug Fixes
* **tscompiler.ts:** Update typescript import. ([f4209eb](https://github.com/GeneralBots/BotServer/commit/f4209eb4f0b89905fa463dbfe7354532b58a933e))
## [2.1.3](https://github.com/GeneralBots/BotServer/compare/2.1.2...2.1.3) (2023-01-04)

View file

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