diff --git a/changelog.md b/changelog.md index 0ef7eb9..7b33afe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-01-20 - 1.5.2 - fix(core) +No changes detected + + ## 2025-01-20 - 1.5.1 - fix(consentsoftware-cookieconsent) Adjusted shake animation duration and box-shadow for modalBox in consent cookie component. diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index f035bf3..b4f7731 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.5.1', + version: '1.5.2', description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.' }