From b4b01cc319bfcafa880192a52f29eaed06fa78d3 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 14 Jan 2025 03:09:02 +0100 Subject: [PATCH] fix(package setup): Fix package metadata and dependency consistency --- changelog.md | 4 ++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ce2075c..d0054ff 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-01-14 - 1.3.1 - fix(package setup) +Fix package metadata and dependency consistency + + ## 2025-01-14 - 1.3.0 - feat(elements) Enhance consent management components with advanced styling and interaction diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 07a33fc..8465d44 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@consent.software/catalog', - version: '1.3.0', + version: '1.3.1', description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.' }