Update version to 1.1.0 and enhance MySQL documentation

Bumped version to 1.1.0 in index.ts and package.json. Updated README and connection reference documentation to include MySQL port option and usage examples. Added release notes for new features and improvements related to MySQL support.
This commit is contained in:
Karthik KK
2025-05-31 08:35:40 +12:00
parent 674cf50db6
commit 2d29108b3f
6 changed files with 35 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ import sqlite3 from "sqlite3";
const server = new Server(
{
name: "executeautomation/database-server",
version: "1.0.0",
version: "1.1.0",
},
{
capabilities: {