diff --git a/changelog.md b/changelog.md index f51120b..c9ebef3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2024-10-02 - 1.0.8 - fix(core) +Maintain dependencies, update metadata + +- No changes detected + ## 2024-10-02 - 1.0.7 - fix(core) Update dependencies and add logging for email and SMS functions diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2a34ead..69d513b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/platformclient', - version: '1.0.7', + version: '1.0.8', description: 'a module that makes it really easy to use the serve.zone platform inside your app' }