fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 8 additions and 1 deletions
Showing only changes of commit ba26790009 - Show all commits

View file

@ -1,3 +1,10 @@
## [2.4.19](https://github.com/GeneralBots/BotServer/compare/2.4.18...2.4.19) (2023-07-23)
### Bug Fixes
* **all:** Fix in DATE filter. ([ad47305](https://github.com/GeneralBots/BotServer/commit/ad47305a025d97e0df77f9995ac44451da21f0e1))
## [2.4.18](https://github.com/GeneralBots/BotServer/compare/2.4.17...2.4.18) (2023-07-19)

View file

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