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

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

3
VERSION.md Normal file
View file

@ -0,0 +1,3 @@
## Version 0.0.18
- FIX: .gbapp files now correctly loaded before other package types so custom models can be used to sync DB.
- NEW: Removed Boot Package feature. Now every .gbot found on deploy folders are deployed on startup.

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "0.0.17",
"version": "0.0.18",
"description": "General Bots Community Edition open-core server.",
"author": "me@rodrigorodriguez.com",
"license": "AGPL-3.0",