# Changelog ## 2024-10-02 - 1.0.7 - fix(core) Update dependencies and add logging for email and SMS functions - Updated devDependencies and dependencies in package.json - Added logger import and logging statements in classes.emailconnector.ts and classes.smsconnector.ts - Fixed formatting issues in test/test.ts - Cleaned up and removed unused imports in index.ts and plugins.ts ## 2024-07-26 - 1.0.6 - fix(core) Update @types/node dependency version - Dependencies updated: @types/node updated from ^20.14.11 to ^20.14.12 ## 2024-07-23 - 1.0.5 - fix(dependencies) Updated dependencies to latest versions and removed unused service server class - Updated devDependencies and dependencies to their latest versions in package.json - Removed the unused ServiceServer class - Updated index.ts to reflect changes in imports ## 2024-05-11 - 1.0.3 to 1.0.4 - General Updates Maintenance updates - Fix(core): update ## 2024-02-17 - 1.0.1 to 1.0.3 - General Updates Maintenance updates - Fix(core): update