From 606d46acf8ab882dd03b1a1b7bc8be1a2680a6f0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 2 Oct 2024 08:01:45 +0200 Subject: [PATCH] fix(core): Maintain dependencies, update metadata --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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' }