Version updated.

This commit is contained in:
Rodrigo Rodriguez 2018-09-24 15:28:35 -03:00
parent b922a5b413
commit d1d57dcdd8
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,8 @@
# Release History
## Version 0.1.4
* Error handling improved and logging enriched as well.
* Setting DATABASE_ is now STORAGE_.
## Version 0.1.3
@ -27,8 +29,8 @@
## Version 0.0.30
- FIX: Packages updated.
- NEW: STORAGE_SYNC_ALTER environment parameter.
- NEW: STORAGE_SYNC_FORCE environment parameter.
- NEW: DATABASE_SYNC_ALTER environment parameter.
- NEW: DATABASE_SYNC_FORCE environment parameter.
- NEW: Define constraint names in MSSQL.
## Version 0.0.29
@ -47,7 +49,7 @@
- FIX: Packages updated.
- NEW: If a bot package's name begins with '.', then it is ignored.
- NEW: Created STORAGE_LOGGING environment parameter.
- NEW: Created DATABASE_LOGGING environment parameter.
## Version 0.0.25

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "0.1.3",
"version": "0.1.4",
"description": "General Bot Community Edition open-core server.",
"main": "./src/app.ts",
"homepage": "http://www.generalbot.com",